更新版本号

This commit is contained in:
John Smith
2019-11-28 22:25:50 +08:00
parent ca7f27d536
commit 9ddbebbd7e
2 changed files with 15 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
<h1 class="sidebar-title">blivechat</h1>
</router-link>
</div>
<div class="version">
v1.2.3
</div>
<sidebar></sidebar>
</el-aside>
<el-main>
@@ -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;
}

View File

@@ -2,7 +2,7 @@
import aiohttp
VERSION = 'v1.2.2'
VERSION = 'v1.2.3'
async def check_update():