From 1f5737cfc7c8b5c220eb28f6e3c780b52d37887c Mon Sep 17 00:00:00 2001 From: enjoyeetime Date: Thu, 2 Mar 2023 14:27:13 +0800 Subject: [PATCH] update --- "\347\224\265\344\277\241.js" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/\347\224\265\344\277\241.js" "b/\347\224\265\344\277\241.js" index 1c9ce02..c022b30 100644 --- "a/\347\224\265\344\277\241.js" +++ "b/\347\224\265\344\277\241.js" @@ -3,12 +3,12 @@ // icon-color: blue; icon-glyph: mobile-alt; /** * Author:LSP -* Date:2023-02-24 +* Date:2023-03-02 */ // ------------------------------------------------------- // 是否是开发环境,配合手机端调试使用,正式发布设置为false const isDev = false; -const dependencyLSP = '20230204'; +const dependencyLSP = '20230228'; console.log(`开发环境 👉👉👉👉👉 ${isDev ? 'DEV' : 'RELEASE'}`); console.log(`----------------------------------------`); // 分支 @@ -423,7 +423,7 @@ class Widget extends BaseWidget { console.log(`套餐总流量:${ratableAmount} MB`); console.log(`套餐剩余流量:${balanceAmount} MB`); console.log(`================================= `); - if (filterOrientateFlow && ratableResourcename.search('定向') != -1) { + if (filterOrientateFlow && ratableResourcename.search('定向') != -1 || balanceAmount == '999999999999') { ratableAmount = 0; balanceAmount = 0; } -- GitLab