From 6830aad220f6b8f263b2e64eaaae56a6ad785afd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 06 十二月 2023 10:18:06 +0800 Subject: [PATCH] 2023-12-06 --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index b0c1060..155e3ac 100644 --- a/src/index.js +++ b/src/index.js @@ -49,6 +49,7 @@ GLOB.watermark = config.watermark + '' !== 'false' GLOB.transfer = config.transfer + '' === 'true' GLOB.keepKey = config.keepPassword + '' !== 'false' + GLOB.upStatus = config.updateStatus + '' !== 'false' GLOB.nginx = config.nginx + '' === 'true' GLOB.WXAppID = config.WXAppID || '' GLOB.WXminiAppID = config.WXminiAppID || '' -- Gitblit v1.8.0