Skip to content

Commit

Permalink
更新前端
Browse files Browse the repository at this point in the history
  • Loading branch information
zangxx66 committed Apr 16, 2023
1 parent 108e7fb commit fff4f4b
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 11 deletions.
1 change: 0 additions & 1 deletion nonebot_plugin_blive_danmaku/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .utils import on_startup
from nonebot import get_driver, get_app
from nonebot.log import logger
from .config import danmaku_config

driver = get_driver()
driver.on_startup(on_startup)
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.demo-input-suffix[data-v-79a87744]{margin-top:3%}

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion nonebot_plugin_blive_danmaku/app/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/x-icon" href="/danmaku/icon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>nonebot-plugin-blive-danmaku</title>
<script type="module" crossorigin src="/danmaku/assets/index-123dda7d.js"></script>
<script type="module" crossorigin src="/danmaku/assets/index-89088ace.js"></script>
<link rel="modulepreload" crossorigin href="/danmaku/assets/vendor-b101ffcd.js">
<link rel="modulepreload" crossorigin href="/danmaku/assets/lodash-a70ac895.js">
<link rel="modulepreload" crossorigin href="/danmaku/assets/elementPlus-f16563b7.js">
Expand Down
Loading

0 comments on commit fff4f4b

Please sign in to comment.