From 5f90af5a69edda0cd465ac1a6d6c8282bcaf4a0c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 十一月 2024 21:50:52 +0800
Subject: [PATCH] 2024-11-07

---
 src/index.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/index.js b/src/index.js
index c9f7720..9a8e788 100644
--- a/src/index.js
+++ b/src/index.js
@@ -52,6 +52,7 @@
     GLOB.WXminiAppID = config.WXminiAppID || ''
     GLOB.WXMerchID = config.WXMerchID || ''
     GLOB.WXNotice = config.WXNotice + '' === 'true'
+    GLOB.SysNotice = config.SysNotice + '' === 'true'
     GLOB.execType = config.execType === 'x' ? 'x' : ''
     GLOB.mkHS = false
     GLOB.debugger = false

--
Gitblit v1.8.0