Skip to content

Commit 1b12f82

Browse files
committed
docs: update
1 parent c3efd7c commit 1b12f82

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/.vitepress/zhCN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const zhCN = defineConfig({
2525
{ text: '📝 前后缀', link: '/zh-CN/features/custom-prefix' },
2626
{ text: '🔦 编辑器跳转', link: '/zh-CN/features/launch-editor' },
2727
{ text: '🚚 传递日志', link: '/zh-CN/features/pass-logs' },
28-
{ text: '🔍 Console 检查器', link: '/zh-CN/features/inspector' },
28+
{ text: '🔍 Console Inspector', link: '/zh-CN/features/inspector' },
2929
],
3030
},
3131
{

docs/features/inspector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Console Inspector
22

3-
It enables real-time monitoring of console statements and allows one-click navigation to the relevant source code lines.
3+
It enables real-time monitoring of console statements and with launch editor support.
44

5-
![console inspector](https://static.yuy1n.io/console-inspector.png)
5+
<video src="https://static.yuy1n.io/console-inspector.mp4" controls />
66

77
## Options
88

docs/zh-CN/features/inspector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Console Inspector
22

3-
它能够让你实时查看你的项目中的 console 语句,并通过点击跳转到对应文件的所在行
3+
它能够让你实时查看你的项目中的 console 语句,并支持一键跳转至编辑器
44

5-
![console inspector](https://static.yuy1n.io/console-inspector.png)
5+
<video src="https://static.yuy1n.io/console-inspector.mp4" controls />
66

77
## 配置项
88

0 commit comments

Comments
 (0)