From fec6c24bc3fd902f8ced64bc2600c0b0836f7e52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2025 11:34:58 +0800 Subject: [PATCH] 2025-01-10 --- src/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 969f8b0..f91f8c0 100644 --- a/src/index.js +++ b/src/index.js @@ -122,6 +122,10 @@ GLOB.systemType = '' GLOB.upStatus = config.updateStatus + '' !== 'false' + if (config.style_appkey) { + GLOB.style_appkey = config.style_appkey + } + // GLOB.mainSystemApi = 'https://cloud.positecgroup.com/webapi/dostars' GLOB.mainSystemApi = 'https://sso.mk9h.cn/cloud/webapi/dostars' -- Gitblit v1.8.0