功能(桌面端):增加在线辅助本地缓存
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled

This commit is contained in:
Cheng Zhou
2026-07-08 20:45:08 +08:00
parent b73f23c1eb
commit 76f2d9f22a
20 changed files with 926 additions and 50 deletions
+13
View File
@@ -27,6 +27,19 @@ export {
listenDesktopMenuCommand,
type DesktopMenuCommand,
} from "./desktopMenu";
export {
clearDesktopDataCache,
getDesktopDataCacheGeneration,
getDesktopDataCacheScope,
getDesktopDataCacheStats,
invalidateDesktopDataCacheByTags,
isDesktopDataCacheGenerationCurrent,
readDesktopDataCache,
setDesktopDataCacheScope,
writeDesktopDataCache,
type DesktopDataCacheStats,
type DesktopDataCacheWriteOptions,
} from "./desktopDataCache";
export { getAppMetadata, getAppMetadataHeaders, type AppMetadata, type BuildChannel, type ClientType } from "./appMetadata";
export {
cleanupTemporaryFiles,