From 44fa8b4f4b4c4ae93570b14b9835b2d61552cb95 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 十月 2021 15:09:48 +0800 Subject: [PATCH] 2021-10-14 --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 3f455ef..13aafa7 100644 --- a/src/index.js +++ b/src/index.js @@ -153,6 +153,7 @@ GLOB.style = _systemMsg.style GLOB.showline = _systemMsg.showline || '' GLOB.navBar = _systemMsg.navBar || '' + GLOB.appVersion = _systemMsg.app_version || '' if (GLOB.favicon) { let link = document.querySelector("link[rel*='icon']") || document.createElement('link') -- Gitblit v1.8.0