From 891e8aaad3b2ce6980fd44d1cf49192dca1c3c66 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 十一月 2022 14:30:30 +0800 Subject: [PATCH] 2022-11-23 --- src/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 21fe5a0..c6693cf 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