From 9ddbebbd7ec551e6fd6ac458b894f880b486ccf8 Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 28 Nov 2019 22:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/index.vue | 14 ++++++++++++++ update.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index d1d3cc8c..d1dda114 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -8,6 +8,9 @@

blivechat

+
+ v1.2.3 +
@@ -118,6 +121,17 @@ a, a:focus, a:hover { vertical-align: middle; } +.sidebar-container .version { + height: 30px; + background: #2b2f3a; + color: #aaa; + font-weight: 600; + line-height: 30px; + font-size: 14px; + vertical-align: middle; + text-align: center; +} + .sidebar-container .is-horizontal { display: none; } diff --git a/update.py b/update.py index e0fe4175..99a0848f 100644 --- a/update.py +++ b/update.py @@ -2,7 +2,7 @@ import aiohttp -VERSION = 'v1.2.2' +VERSION = 'v1.2.3' async def check_update():