功能(桌面端):增加在线辅助本地缓存
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user