feat: save db when refresh

This commit is contained in:
shinya
2025-08-24 00:29:30 +08:00
parent b4e81d94eb
commit b72efc7fcc

View File

@@ -376,6 +376,7 @@ async function refreshAllLiveChannels() {
console.error('刷新直播源失败:', error);
}
}
await db.saveAdminConfig(config);
}
async function refreshConfig() {