feat: 增加存储详情功能
This commit is contained in:
4
src/type/index.ts
Normal file
4
src/type/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IStats {
|
||||
name: string;
|
||||
value: number
|
||||
}
|
||||
Reference in New Issue
Block a user