docs: update

This commit is contained in:
Xinrea
2025-07-31 00:30:02 +08:00
parent 72128a132b
commit e55afdd739
4 changed files with 21 additions and 2 deletions

View File

@@ -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" },
],
},

View File

@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: 开始使用
link: /getting-started/installation
link: /getting-started/installation/desktop
- theme: alt
text: 说明文档
link: /usage/features

Binary file not shown.

View File

@@ -0,0 +1,11 @@
# 直播间管理
在添加管理直播间前,请确保账号列表中有对应平台的可用账号。
## 手动添加直播间
## 使用 DeepLinking 快速添加直播间
<video src="/videos/deeplinking.mp4" loop autoplay muted style="border-radius: 10px;"></video>
在浏览器中观看直播时,替换地址栏中直播间地址中的 `https://``bsr://` 即可快速唤起 BSR 添加直播间。