Update KWW.js

This commit is contained in:
SingTsang 2024-05-25 14:59:26 +08:00 committed by GitHub
parent 378ec7b4e1
commit 9e99ac8214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
KWW.js
View File

@ -13,7 +13,7 @@
let local_version = "2024.05.24"; let local_version = "2024.05.24";
//=======================================// //=======================================//
const APP_NAME = '口味王小程序' const APP_NAME = '口味王小程序'
const $ = new Env(APP_NAME); const $ = new Env('口味王小程序');
const ENV_NAME = 'KWW' const ENV_NAME = 'KWW'
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';