shawenguan 1 anno fa
parent
commit
cfdeb8b22e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Scripts/mangguo/nenMoScript.js

+ 2 - 2
Scripts/mangguo/nenMoScript.js

@@ -371,13 +371,13 @@ async function checkAutoStartMonitorTask(configData) {
             }
             let retSet = await setCommonFastTrackAccount(accountInfo.xmAccount);
             if (retSet && retSet.code == 0) {
-                msgTipsText += `账号[${accountInfo.xmAccount}}]添加成功\n`;
+                msgTipsText += `账号[${accountInfo.xmAccount}]添加成功\n`;
                 left -= 1;
                 if (left <= 0) {
                     break;
                 }
             } else {
-                msgTipsText += `账号[${accountInfo.xmAccount}}]添加失败\n`;
+                msgTipsText += `账号[${accountInfo.xmAccount}]添加失败\n`;
             }
         }
     }