mirror of
https://github.com/XiaoGe-LiBai/yangmao.git
synced 2025-12-17 05:08:13 +08:00
掌上鸥海库存监控
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const $ = new Env('掌上瓯海库存监控');
|
||||
const jsname = "掌上瓯海库存监控";
|
||||
const $ = Env(jsname);
|
||||
const notify = $.isNode() ? require("./sendNotify") : ""; // 这里是 node(青龙属于node环境)通知相关的
|
||||
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
||||
const debug = 1; //0为关闭调试,1为打开调试,默认为0
|
||||
|
||||
Reference in New Issue
Block a user