feat 增加文件平台相关功能

This commit is contained in:
DaxPay
2024-08-13 12:31:56 +08:00
parent 7d8ee6863e
commit 891e2aae6b
14 changed files with 675 additions and 41 deletions

9
types/store.d.ts vendored
View File

@@ -60,3 +60,12 @@ export interface Dict {
code: string
name: string
}
/**
* 存储平台
*/
export interface FilePlatform {
type: string
url: string
defaultPlatform: boolean
}