Skip to content

Commit 12a9b1a

Browse files
committed
Merge branch 'main' into dev
2 parents a44b3e1 + c13f30a commit 12a9b1a

68 files changed

Lines changed: 8965 additions & 2830 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ PORT=2048
1212
DEFAULT_FASTAPI_PORT=2048
1313
DEFAULT_CAMOUFOX_PORT=9222
1414

15+
# Camoufox WebSocket 端点捕获超时(秒)
16+
ENDPOINT_CAPTURE_TIMEOUT=45
17+
1518
# 流式代理服务配置
1619
STREAM_PORT=3120
1720
# 设置为 0 禁用流式代理服务
@@ -59,6 +62,9 @@ AUTH_SAVE_TIMEOUT=30
5962
# 自动确认登录
6063
AUTO_CONFIRM_LOGIN=true
6164

65+
# 仅收集当前用户消息中的附件(true/false)
66+
ONLY_COLLECT_CURRENT_USER_ATTACHMENTS=false
67+
6268
# =============================================================================
6369
# 浏览器配置
6470
# =============================================================================
@@ -153,8 +159,8 @@ GUI_DEFAULT_HELPER_ENDPOINT=
153159
# 脚本注入配置
154160
# =============================================================================
155161

156-
# 是否启用油猴脚本注入功能
157-
ENABLE_SCRIPT_INJECTION=true
162+
# 是否启用油猴脚本注入功能(已失效)
163+
ENABLE_SCRIPT_INJECTION=false
158164

159165
# 油猴脚本文件路径(相对于项目根目录)
160166
# 模型数据直接从此脚本文件中解析,无需额外配置文件

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ yarn-error.log*
88
pnpm-debug.log*
99
lerna-debug.log*
1010
/upload_images
11+
/upload_files
1112

1213
# Diagnostic reports (https://nodejs.org/api/report.html)
1314
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -248,4 +249,4 @@ browser_utils/my_*.js
248249
browser_utils/generated_*.js
249250
# Docker 环境的实际配置文件(保留示例文件)
250251
docker/.env
251-
docker/my_*.json
252+
docker/my_*.json

0 commit comments

Comments
 (0)