diff --git a/registry/lib/components/video/default-location/desc.md b/registry/lib/components/video/default-location/desc.md
index 8bfdc32bd..70cfd15e3 100644
--- a/registry/lib/components/video/default-location/desc.md
+++ b/registry/lib/components/video/default-location/desc.md
@@ -1,7 +1,5 @@
打开视频/番剧时自动定位到指定位置
-
-
位置:距离页面顶部的像素距离\
默认位置:打开视频时自动定位到此处\
位置测试:查看、调整当前页面所在位置
@@ -9,11 +7,3 @@
当前版本限制默认位置的最大值为 4000。\
若有其他希望支持的页面,请提交反馈。\
脚本不会等待评论完全加载,因此较大的默认位置将无法正确定位。
-
-
-
-
diff --git a/registry/lib/components/video/player/extend-speed/index.ts b/registry/lib/components/video/player/extend-speed/index.ts
index 025d2a787..0ceb7dcdd 100644
--- a/registry/lib/components/video/player/extend-speed/index.ts
+++ b/registry/lib/components/video/player/extend-speed/index.ts
@@ -14,7 +14,7 @@ export const component = ExtendSpeedComponent.create({
> 扩展视频播放器的倍速菜单项,可用于突破原有播放倍数的上限或下限.
-### 🔧 **选项**
+#### 🔧 **选项**
- \`隐藏滚动条\`:如果添加的倍速过多,倍速菜单将出现滚动条,在 Windows 下,若没有安装并启用「细滚动条」组件会显得比较挤,建议开启此选项隐藏滚动条.
@@ -22,7 +22,7 @@ export const component = ExtendSpeedComponent.create({
- \`隐藏新增图标\`:如果认为顶部的新增倍速图标有些突兀,可以开启此选项隐藏.
-### **新增倍速**
+#### **新增倍速**
开启组件后,在默认情况下,播放器的倍速菜单就会新增 2.5x 和 3.0x 两个倍速选项.
@@ -32,7 +32,7 @@ export const component = ExtendSpeedComponent.create({
**不推荐设置超高倍速(>3.0x)**:原生播放器内部没有针对超高倍速进行优化,可能导致音画不同步、播放卡顿、声音嘈杂/消失等一系列问题.
-### **删除倍速**
+#### **删除倍速**
将鼠标指针移到**自定义**的倍速菜单项上,其右侧将会显示一个移除图标,单击即可删除相应的倍速.
diff --git a/registry/lib/components/video/player/remember-speed/index.ts b/registry/lib/components/video/player/remember-speed/index.ts
index 6bd014be8..d2210aed9 100644
--- a/registry/lib/components/video/player/remember-speed/index.ts
+++ b/registry/lib/components/video/player/remember-speed/index.ts
@@ -15,14 +15,14 @@ export const component = RememberSpeedComponent.create({
> 提高视频播放器的倍速记忆体验,可实现跨页共享倍速,也可以按视频分别记忆倍速.
-### 🔧 **选项**
+#### 🔧 **选项**
- \`全局记忆倍速值\`:默认情况下,这是跨页共享的倍速值,如果启用「各视频分别记忆」,则作为从未独立记忆倍速视频的初始倍速值.
- \`固定全局倍速值\`:默认情况下,全局倍速值将随着用户改变视频倍速而改变,打开此选项后,全局记忆倍速值不再受倍速调整的影响.
- \`各视频分别记忆\`:打开此选项后,将按不同视频分别记忆倍速,对于从未被记忆过倍速的视频,将采用全局记忆倍速值,选项「固定全局倍速值」在此情况下强制生效.
- \`弹出还原倍速提示\`:打开此选项后,每次成功还原倍速后都会弹出提示.
-### 🌈 **温馨提示**
+#### 🌈 **温馨提示**
「扩展倍速」和倍速相关的快捷键插件已分离为单独的组件或插件.