feat: add search result filter

This commit is contained in:
shinya
2025-08-14 13:13:22 +08:00
parent 8b2e8368b7
commit 95ae4645fd
4 changed files with 420 additions and 67 deletions
+1
View File
@@ -70,6 +70,7 @@ async function refreshConfig() {
throw new Error('配置文件格式错误,请检查 JSON 语法');
}
config.ConfigFile = decodedContent;
config.ConfigSubscribtion.LastCheck = new Date().toISOString();
config = refineConfig(config);
const storage = getStorage();
if (storage && typeof (storage as any).setAdminConfig === 'function') {