ref 脚手架升级

This commit is contained in:
bootx
2025-08-21 13:08:20 +08:00
parent 6e596871e6
commit 2ed3e1812a
50 changed files with 5869 additions and 212 deletions

2
types/store.d.ts vendored
View File

@@ -68,4 +68,6 @@ export interface FilePlatform {
type: string
url: string
defaultPlatform: boolean
// 现在所有都是前端直传
frontendUpload: boolean
}