feat: add search result filter

This commit is contained in:
shinya
2025-08-14 13:13:22 +08:00
parent fdb9e4aeff
commit d7a00ced00
4 changed files with 420 additions and 67 deletions

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') {