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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user