Browse Source

🎈 perf: 更新关闭登录器提示的显示时机

Pchen. 10 months ago
parent
commit
6bd6c9f967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/openProxy/index.vue

+ 1 - 1
src/pages/openProxy/index.vue

@@ -52,7 +52,7 @@ const openProxy = async () => {
                         const part = parts[i].trim();
                         if (part && part !== output.value[output.value.length - 1]) {
                             output.value.push(part)
-                            if(part.includes('✅ 更新乐跑账户登录信息成功!'))
+                            if(part.includes('学院:'))
                             output.value.push('[系统消息] 若更新完一个乐跑账号后还需更新,请点击“关闭登录器”按钮后再次打开')
                         }
                     }