From 3fc0138f32baf89c7844fa8681e18ddf78324da6 Mon Sep 17 00:00:00 2001 From: CHERWING <160421895+CHERWING@users.noreply.github.com> Date: Sat, 25 May 2024 22:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=92=E9=BE=99=E6=8B=89?= =?UTF-8?q?=E5=BA=93=E8=84=9A=E6=9C=AC=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KWW.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KWW.js b/KWW.js index b7ef8aa..72ed4f3 100644 --- a/KWW.js +++ b/KWW.js @@ -13,7 +13,7 @@ let local_version = "2024.05.24"; //=======================================// const APP_NAME = '口味王小程序' -const $ = new Env(APP_NAME); +const $ = new Env('口味王小程序'); const ENV_NAME = 'KWW' const notify = $.isNode() ? require('./sendNotify') : '';