Skip to content

Commit

Permalink
隐藏空SC内容、更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Sep 23, 2019
1 parent 695a111 commit 60e6b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ChatRenderer/PaidMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span id="timestamp" class="style-scope yt-live-chat-paid-message-renderer">{{timeText}}</span>
</div>
</div>
<div id="content" class="style-scope yt-live-chat-paid-message-renderer">
<div id="content" class="style-scope yt-live-chat-paid-message-renderer" v-show="content">
<div id="message" dir="auto" class="style-scope yt-live-chat-paid-message-renderer">
{{content}}
</div>
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.1.4'
VERSION = 'v1.2.0'


async def check_update():
Expand Down

0 comments on commit 60e6b5e

Please sign in to comment.