fix: show existing files when editing version

- Load files data when fetching version info
- Display uploaded file info with re-upload option
- Preserve original file data when canceling re-upload
- Add i18n for reupload button

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 00:58:36 +08:00
parent 0a20892f94
commit 47f1e9fe43
3 changed files with 52 additions and 5 deletions
+1
View File
@@ -1504,6 +1504,7 @@
"customDownloadUrlPlaceholder": "e.g., https://your-cdn.com/download/app.zip",
"previewCustomDownloadUrl": "Download URL",
"useDefault": "Use Default",
"reupload": "Re-upload",
"changelogPreview": "Changelog Preview",
"noChangelog": "No changelog",
"notUploaded": "Not uploaded",
+1
View File
@@ -1482,6 +1482,7 @@
"customDownloadUrlPlaceholder": "例如: https://your-cdn.com/download/app.zip",
"previewCustomDownloadUrl": "下载地址",
"useDefault": "使用默认地址",
"reupload": "重新上传",
"changelogPreview": "更新日志预览",
"noChangelog": "暂无更新日志",
"notUploaded": "未上传",