From c0e017668d780c40f85230f227ea0160b5d22d4d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 20 二月 2024 14:13:00 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/index.js b/src/index.js
index d94db3e..11134f7 100644
--- a/src/index.js
+++ b/src/index.js
@@ -53,6 +53,7 @@
     GLOB.WXAppID = config.WXAppID || ''
     GLOB.WXminiAppID = config.WXminiAppID || ''
     GLOB.WXNotice = config.WXNotice + '' === 'true'
+    GLOB.execType = config.execType === 'x' ? 'x' : ''
     GLOB.accessToken = {}
     GLOB.mkHS = false
     GLOB.debugger = false

--
Gitblit v1.8.0