From 70f01ff4bba6430a63fb6330d5818f52257c84fa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 04 十一月 2023 13:05:41 +0800 Subject: [PATCH] 2023-11-04 --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 2e62f85..b0c1060 100644 --- a/src/index.js +++ b/src/index.js @@ -175,6 +175,7 @@ GLOB.showline = _systemMsg.showline || '' GLOB.navBar = _systemMsg.navBar || 'shutter' GLOB.appVersion = _systemMsg.app_version || '' + sessionStorage.setItem('appname', _systemMsg.appname || '') let levels = [30, 10, 20, 40, 50, 60, 70, 80, 90, 100] -- Gitblit v1.8.0