mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-18 03:57:02 +08:00
feat: 设置功能
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export type CacheClearScope = 'bootstrap' | 'electron' | 'all'
|
||||
|
||||
export interface CacheSummaryItem {
|
||||
id: 'bootstrap' | 'electron'
|
||||
label: string
|
||||
description: string
|
||||
sizeBytes: number
|
||||
fileCount: number
|
||||
}
|
||||
|
||||
export interface CacheSummary {
|
||||
items: CacheSummaryItem[]
|
||||
totalBytes: number
|
||||
updatedAt: number
|
||||
}
|
||||
Reference in New Issue
Block a user