fix(hand-factory): 修正更新弹窗中取消按钮的文字错误

将"推出应用"改为正确的"退出应用",避免用户理解混淆
This commit is contained in:
2026-04-24 13:23:36 +08:00
parent 3f1032713e
commit d54955a450

View File

@@ -155,7 +155,7 @@ function checkUpdate(forceCheck = false) {
title: '发现新版本',
content: `检测到新版本(${remoteVersion}),是否立即下载并更新?`,
confirmText: '立即更新',
cancelText: '出应用',
cancelText: '退出应用',
showCancel: true,
success: (modalRes) => {
if (modalRes.confirm) {