From 1424bd59f250fd3b5cc316711054a4756c8d47fe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 一月 2025 11:00:48 +0800
Subject: [PATCH] Merge branch 'positec' into dms

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

diff --git a/src/index.js b/src/index.js
index a1157c3..8ff3fa4 100644
--- a/src/index.js
+++ b/src/index.js
@@ -137,6 +137,10 @@
 
       GLOB.mainSystemApi = 'https://cloud.positecgroup.com/webapi/dostars'
 
+      if (config.style_appkey) {
+        GLOB.style_appkey = config.style_appkey
+      }
+      
       // GLOB.mainSystemApi = 'https://sso.mk9h.cn/cloud/webapi/dostars'
       // if (!/^https/.test(window.location.protocol)) { // https杞崲
       //   GLOB.mainSystemApi = 'http://sso.mk9h.cn/cloud/webapi/dostars'

--
Gitblit v1.8.0