From 4f937074a3cf8b56d86139f9ea6bf98f9682e63b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 十一月 2024 21:38:09 +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