Merge branch 'developer' of ssh://code.cyweb.top:30033/scj/zhxy/v3/cloud-ui into developer

This commit is contained in:
zhoutianchi
2026-02-28 17:38:39 +08:00
10 changed files with 531 additions and 764 deletions

View File

@@ -169,6 +169,7 @@ interface FileItem {
url?: string;
uid?: number;
id?: string; // 文件ID
fileTitle?: string; // 文件标题(用于显示)
}
interface UploadFileItem {