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 = () => { +