diff --git a/apps/hand-factory/utils/update.js b/apps/hand-factory/utils/update.js index e0f3d6c..8bbe5b8 100644 --- a/apps/hand-factory/utils/update.js +++ b/apps/hand-factory/utils/update.js @@ -155,7 +155,7 @@ function checkUpdate(forceCheck = false) { title: '发现新版本', content: `检测到新版本(${remoteVersion}),是否立即下载并更新?`, confirmText: '立即更新', - cancelText: '推出应用', + cancelText: '退出应用', showCancel: true, success: (modalRes) => { if (modalRes.confirm) {