From 153fdb12bb210e3da6017b4ed4914b65dbe7acec Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 9 Apr 2020 18:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=96=B9=E5=BC=8F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9C=A8=E7=BB=88=E7=AB=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/options.js b/assets/options.js index 680127c..1940fbf 100644 --- a/assets/options.js +++ b/assets/options.js @@ -158,7 +158,7 @@ showOptions = () => { try { var iconpath = cacheIco(customFts[fts].base64Ico, features.icon); } catch (e) { - window.messageBox({ type: 'error', icon: window.logo, message: e.toString(), buttons: ['纳尼?!'] }) + window.messageBox({ type: 'error', icon: window.logo, message: e.toString(), buttons: ['啊嘞?!'] }) } featureList += ` ${cmds}${features.explain} @@ -219,6 +219,7 @@ showCustomize = () => { +