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) {