From 5478a1f1d6a9dca0d8c3c4301b28cb6a67f58993 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 十一月 2022 16:38:40 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 87b94e7..1e070e6 100644 --- a/src/index.js +++ b/src/index.js @@ -155,6 +155,8 @@ let _systemMsg = localStorage.getItem(_href + 'system') + GLOB.navBar = 'shutter' // 榛樿涓虹櫨鍙剁獥 + if (_systemMsg) { try { _systemMsg = JSON.parse(window.decodeURIComponent(window.atob(_systemMsg))) @@ -171,7 +173,7 @@ GLOB.webSite = _systemMsg.webSite GLOB.style = _systemMsg.style GLOB.showline = _systemMsg.showline || '' - GLOB.navBar = _systemMsg.navBar || '' + GLOB.navBar = _systemMsg.navBar || 'shutter' GLOB.appVersion = _systemMsg.app_version || '' if (GLOB.favicon) { -- Gitblit v1.8.0