Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Nov 28, 2019
1 parent ca7f27d commit 9ddbebb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions frontend/src/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import aiohttp

VERSION = 'v1.2.2'
VERSION = 'v1.2.3'


async def check_update():
Expand Down

0 comments on commit 9ddbebb

Please sign in to comment.