[全量] 初始化项目代码、配置、文档及Agent协同harness

This commit is contained in:
2026-04-02 11:36:05 +08:00
parent 0553309cdf
commit 87e571d9ec
1133 changed files with 221948 additions and 0 deletions

26
chat_web_front/.env Normal file
View File

@@ -0,0 +1,26 @@
############################# 生产配置|START ################################
; ### 前端上下文
; VITE_GLOB_FRONT_CTX=/chat_web
;
; ### 后端真实接口的上下文
; VITE_GLOB_API_CTX=/chat_web_backend
############################# 生产配置|END ##################################
############################# 开发测试配置|START ################################
### 前端上下文
VITE_GLOB_FRONT_CTX=/metalinfo
### 后端真实接口的上下文
VITE_GLOB_API_CTX=/chat_web_backend
############################# 测试配置|END ##################################
##仅开发环境用到
VITE_GLOB_API_DEV_IP=http://localhost:8099
VITE_GLOB_FRONT_PORT=3000
# Whether long replies are supported, which may result in higher API fees
VITE_GLOB_OPEN_LONG_REPLY=false
# When you want to use PWA
VITE_GLOB_APP_PWA=false