mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-25 04:22:24 +08:00
docs: update
This commit is contained in:
@@ -45,7 +45,15 @@ export default defineConfig({
|
||||
{
|
||||
text: "说明文档",
|
||||
items: [
|
||||
{ text: "功能说明", link: "/usage/features" },
|
||||
{
|
||||
text: "功能说明",
|
||||
items: [
|
||||
{ text: "直播间管理", link: "/usage/features/room_manage" },
|
||||
{ text: "剪辑功能", link: "/usage/clip" },
|
||||
{ text: "字幕功能", link: "/usage/subtitle" },
|
||||
{ text: "弹幕功能", link: "/usage/danmaku" },
|
||||
],
|
||||
},
|
||||
{ text: "常见问题", link: "/usage/faq" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -11,7 +11,7 @@ hero:
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 开始使用
|
||||
link: /getting-started/installation
|
||||
link: /getting-started/installation/desktop
|
||||
- theme: alt
|
||||
text: 说明文档
|
||||
link: /usage/features
|
||||
|
||||
BIN
docs/public/videos/deeplinking.mp4
Normal file
BIN
docs/public/videos/deeplinking.mp4
Normal file
Binary file not shown.
11
docs/usage/features/room_manage.md
Normal file
11
docs/usage/features/room_manage.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 直播间管理
|
||||
|
||||
在添加管理直播间前,请确保账号列表中有对应平台的可用账号。
|
||||
|
||||
## 手动添加直播间
|
||||
|
||||
## 使用 DeepLinking 快速添加直播间
|
||||
|
||||
<video src="/videos/deeplinking.mp4" loop autoplay muted style="border-radius: 10px;"></video>
|
||||
|
||||
在浏览器中观看直播时,替换地址栏中直播间地址中的 `https://` 为 `bsr://` 即可快速唤起 BSR 添加直播间。
|
||||
Reference in New Issue
Block a user