feat:增加转存资源列表展示与选择

This commit is contained in:
jiangrui
2025-02-25 12:53:27 +08:00
parent 8668bce863
commit c290f5a6d9
10 changed files with 226 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ export interface Resource {
export interface ShareInfo {
fileId: string;
fileName: string;
fileSize: number;
fileSize?: number;
fileIdToken?: string;
}
@@ -36,6 +36,7 @@ export interface ShareInfoResponse {
stoken?: string;
shareCode?: string;
receiveCode?: string;
fileSize?: number;
}
export interface Folder {