待看名单支持数据库同步

This commit is contained in:
2025-10-14 08:31:40 +08:00
parent 5be8ae9520
commit 54b9abfeeb
12 changed files with 686 additions and 106 deletions
+5
View File
@@ -55,6 +55,11 @@ class CacheConfigManager {
// 存储模式配置
storageMode: 'json', // 存储模式:'json' 或 'database'
},
// 待看名单配置
watchlist: {
// 存储模式:'json' 或 'database'
storageMode: 'json'
},
// 新增Windows特定配置
windows: {
skipInUseFiles: true, // 跳过被占用的文件