fix(hand-factory): 修正更新弹窗中取消按钮的文字错误
将"推出应用"改为正确的"退出应用",避免用户理解混淆
This commit is contained in:
@@ -155,7 +155,7 @@ function checkUpdate(forceCheck = false) {
|
|||||||
title: '发现新版本',
|
title: '发现新版本',
|
||||||
content: `检测到新版本(${remoteVersion}),是否立即下载并更新?`,
|
content: `检测到新版本(${remoteVersion}),是否立即下载并更新?`,
|
||||||
confirmText: '立即更新',
|
confirmText: '立即更新',
|
||||||
cancelText: '推出应用',
|
cancelText: '退出应用',
|
||||||
showCancel: true,
|
showCancel: true,
|
||||||
success: (modalRes) => {
|
success: (modalRes) => {
|
||||||
if (modalRes.confirm) {
|
if (modalRes.confirm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user