feat:mobile view update

This commit is contained in:
jiangrui
2025-03-04 18:19:28 +08:00
parent b755b6b186
commit 301ed5648e
10 changed files with 219 additions and 165 deletions

View File

@@ -28,6 +28,7 @@ export interface ShareInfo {
fileName: string;
fileSize?: number;
fileIdToken?: string;
isChecked?: boolean;
}
export interface ShareInfoResponse {