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",
|
||||
|
||||
@@ -1384,6 +1384,7 @@
|
||||
"description": "描述",
|
||||
"fileSize": "文件大小",
|
||||
"strategy": "更新策略",
|
||||
"type": "更新类型",
|
||||
"method": "更新方式",
|
||||
"status": "状态",
|
||||
"createdAt": "创建时间",
|
||||
@@ -1393,10 +1394,13 @@
|
||||
"optional": "可选更新",
|
||||
"forced": "强制更新"
|
||||
},
|
||||
"types": {
|
||||
"full": "全量更新",
|
||||
"patch": "补丁更新"
|
||||
},
|
||||
"methods": {
|
||||
"manual": "手动更新",
|
||||
"hot": "热更新",
|
||||
"full": "完整更新"
|
||||
"auto": "自动更新",
|
||||
"manual": "手动更新"
|
||||
},
|
||||
"status": {
|
||||
"active": "有效",
|
||||
@@ -1434,6 +1438,7 @@
|
||||
"entryFilePlaceholder": "选择入口文件(可选)",
|
||||
"forcedUpdate": "强制更新",
|
||||
"forcedUpdateDesc": "启用后用户必须更新到此版本才能继续使用",
|
||||
"updateType": "更新类型",
|
||||
"updateMethod": "更新方式",
|
||||
"baseVersion": "基础版本",
|
||||
"baseVersionPlaceholder": "选择基础版本(补丁模式)",
|
||||
@@ -1453,6 +1458,7 @@
|
||||
"previewFileCount": "文件数量",
|
||||
"previewEntryFile": "入口文件",
|
||||
"previewForcedUpdate": "强制更新",
|
||||
"previewUpdateType": "更新类型",
|
||||
"previewUpdateMethod": "更新方式",
|
||||
"previewAutoUpdate": "自动更新",
|
||||
"changelogPreview": "更新日志预览",
|
||||
|
||||
Reference in New Issue
Block a user