Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7471d9aece | |||
| f0c0d0f487 | |||
| e4e1890da3 |
@@ -70,6 +70,7 @@ services:
|
||||
- CORS_ORIGIN=${CORS_ORIGIN}
|
||||
|
||||
# ── 数据库 & 缓存 ──
|
||||
- DATA_DIR=/data
|
||||
- DB_PATH=${DB_PATH:-/data/database.sqlite}
|
||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.4.7
|
||||
0.4.8
|
||||
|
||||
@@ -289,6 +289,7 @@ function seedSystemConfigs(db: Database.Database): void {
|
||||
{ key: 'search_proxy_url', value: '', description: '搜索代理地址 (如 http://127.0.0.1:7890)' },
|
||||
{ key: 'search_strategy', value: 'wait_all', description: '搜索结果展示方式: wait_all=等待全部后展示, stream_channel=频道逐步展示' },
|
||||
{ key: 'link_validation_enabled', value: 'true', description: '资源链接有效性检测开关(true/false)' },
|
||||
{ key: 'link_invalid_keywords', value: '', description: '链接失效关键词(一行一条,命中的链接判定为失效)' },
|
||||
{ key: 'cloud_type_quark_enabled', value: 'true', description: '夸克网盘' },
|
||||
{ key: 'cloud_type_baidu_enabled', value: 'true', description: '百度网盘' },
|
||||
{ key: 'cloud_type_aliyun_enabled', value: 'true', description: '阿里云盘' },
|
||||
|
||||
Reference in New Issue
Block a user