feat(asset): enhance asset handling by adding storageKey and updating upload functions

This commit is contained in:
mlogclub
2026-04-17 12:54:26 +08:00
parent 2631689958
commit 0dfa783eec
7 changed files with 81 additions and 24 deletions
+1
View File
@@ -60,6 +60,7 @@ export type WidgetAsset = {
id: number;
assetId: string;
provider: string;
storageKey: string;
filename: string;
fileSize: number;
mimeType: string;