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') : '';