feat: add custom download URL for manual update method

- Add custom_download_url field to Version model
- Show custom download URL input when update method is 'manual'
- Use platform default URL if custom URL is not set
- Add i18n translations for new field

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 16:06:48 +08:00
parent 677546d139
commit 53fd9ff7dc
6 changed files with 100 additions and 47 deletions
+5
View File
@@ -1499,6 +1499,11 @@
"previewUpdateType": "Update Type",
"previewUpdateMethod": "Update Method",
"previewAutoUpdate": "Auto Update",
"customDownloadUrl": "Custom Download URL",
"customDownloadUrlDesc": "Set a custom download URL, or use the platform default if not set",
"customDownloadUrlPlaceholder": "e.g., https://your-cdn.com/download/app.zip",
"previewCustomDownloadUrl": "Download URL",
"useDefault": "Use Default",
"changelogPreview": "Changelog Preview",
"noChangelog": "No changelog",
"notUploaded": "Not uploaded",