From e4e1890da38a6b92fa6ad39c9d198ab2c04ca370 Mon Sep 17 00:00:00 2001 From: admin <362324317@qq.com> Date: Tue, 19 May 2026 02:28:49 +0800 Subject: [PATCH] =?UTF-8?q?v0.4.8:=20=E8=A1=A5=E6=92=ADlink=5Finvalid=5Fke?= =?UTF-8?q?ywords=E7=A7=8D=E5=AD=90=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source_clean/VERSION | 2 +- source_clean/src/database/database.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source_clean/VERSION b/source_clean/VERSION index f905682..cb498ab 100644 --- a/source_clean/VERSION +++ b/source_clean/VERSION @@ -1 +1 @@ -0.4.7 +0.4.8 diff --git a/source_clean/src/database/database.ts b/source_clean/src/database/database.ts index 7f98f20..5f02eea 100755 --- a/source_clean/src/database/database.ts +++ b/source_clean/src/database/database.ts @@ -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: '阿里云盘' },