feat: 设置功能

This commit is contained in:
Wxw-Gu
2026-07-30 09:49:56 +08:00
parent 0adb064681
commit 77adc744e0
27 changed files with 1430 additions and 17 deletions
+7
View File
@@ -369,6 +369,13 @@ export function flushBootstrapCacheWritesSync(): void {
}
}
export function clearBootstrapCache(): void {
for (const timer of writeTimers.values()) clearTimeout(timer)
writeTimers.clear()
writeQueues.clear()
memoryCache.clear()
}
export function saveCachedMessages(
accountRoot: string,
userMd5: string,