refactor: 拆分更新类型(全量/补丁)和更新方式(自动/手动),移除force_update字段
This commit is contained in:
@@ -1417,6 +1417,7 @@
|
||||
"description": "Description",
|
||||
"fileSize": "File Size",
|
||||
"strategy": "Strategy",
|
||||
"type": "Type",
|
||||
"method": "Method",
|
||||
"status": "Status",
|
||||
"createdAt": "Created At",
|
||||
@@ -1426,10 +1427,13 @@
|
||||
"optional": "Optional",
|
||||
"forced": "Forced"
|
||||
},
|
||||
"types": {
|
||||
"full": "Full Update",
|
||||
"patch": "Patch Update"
|
||||
},
|
||||
"methods": {
|
||||
"manual": "Manual",
|
||||
"hot": "Hot",
|
||||
"full": "Full"
|
||||
"auto": "Auto Update",
|
||||
"manual": "Manual Update"
|
||||
},
|
||||
"status": {
|
||||
"active": "Active",
|
||||
@@ -1467,6 +1471,7 @@
|
||||
"entryFilePlaceholder": "Select entry file (optional)",
|
||||
"forcedUpdate": "Force Update",
|
||||
"forcedUpdateDesc": "When enabled, users must update to this version to continue using",
|
||||
"updateType": "Update Type",
|
||||
"updateMethod": "Update Method",
|
||||
"baseVersion": "Base Version",
|
||||
"baseVersionPlaceholder": "Select base version (patch mode)",
|
||||
@@ -1486,6 +1491,7 @@
|
||||
"previewFileCount": "File Count",
|
||||
"previewEntryFile": "Entry File",
|
||||
"previewForcedUpdate": "Force Update",
|
||||
"previewUpdateType": "Update Type",
|
||||
"previewUpdateMethod": "Update Method",
|
||||
"previewAutoUpdate": "Auto Update",
|
||||
"changelogPreview": "Changelog Preview",
|
||||
|
||||
Reference in New Issue
Block a user