From d54955a45078b466ac4a675417a07362cb0b9e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Fri, 24 Apr 2026 13:23:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(hand-factory):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=E4=B8=AD=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将"推出应用"改为正确的"退出应用",避免用户理解混淆 --- apps/hand-factory/utils/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {