掌上鸥海库存监控

This commit is contained in:
xiaoge131313
2023-04-24 20:05:32 +08:00
parent 627d6dd44c
commit d1c548fd2e

View File

@@ -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