Skip to content

Commit

Permalink
update: 210723
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBears committed Jul 22, 2021
1 parent dad588a commit d44bd16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
v1.5.3-<a href="https://space.bilibili.com/12236936" target="_blank">只熊KUMA</a>
</div>
<div class="version">
<a href="https://pan.baidu.com/s/13NBx5dp_ba-gshrZ8ZMKLA" target="_blank">210703</a>
<a href="https://pan.baidu.com/s/13NBx5dp_ba-gshrZ8ZMKLA" target="_blank">210723</a>
</div>
<sidebar></sidebar>
</el-aside>
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run_server(host, port, debug):
finally:
url = 'http://localhost/' if port == 80 else f'http://localhost:{port}/'
# 防止更新版本后浏览器加载缓存
url += '?_v=' + update.VERSION
url += '?_v=' + update.DOODLEBEAR_VERSION
webbrowser.open(url)
logger.info('Server started: %s:%d', host, port)
tornado.ioloop.IOLoop.current().start()
Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import aiohttp

VERSION = 'v1.5.3'
DOODLEBEAR_VERSION = 'v1.5.3-210719'
DOODLEBEAR_VERSION = 'v1.5.3-210723'

def check_update():
asyncio.ensure_future(_do_check_update())
Expand Down

0 comments on commit d44bd16

Please sign in to comment.