File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const zhCN = defineConfig({
25
25
{ text : '📝 前后缀' , link : '/zh-CN/features/custom-prefix' } ,
26
26
{ text : '🔦 编辑器跳转' , link : '/zh-CN/features/launch-editor' } ,
27
27
{ text : '🚚 传递日志' , link : '/zh-CN/features/pass-logs' } ,
28
- { text : '🔍 Console 检查器 ' , link : '/zh-CN/features/inspector' } ,
28
+ { text : '🔍 Console Inspector ' , link : '/zh-CN/features/inspector' } ,
29
29
] ,
30
30
} ,
31
31
{
Original file line number Diff line number Diff line change 1
1
# Console Inspector
2
2
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 .
4
4
5
- ![ console inspector ] ( https://static.yuy1n.io/console-inspector.png )
5
+ < video src = " https://static.yuy1n.io/console-inspector.mp4 " controls />
6
6
7
7
## Options
8
8
Original file line number Diff line number Diff line change 1
1
# Console Inspector
2
2
3
- 它能够让你实时查看你的项目中的 console 语句,并通过点击跳转到对应文件的所在行 。
3
+ 它能够让你实时查看你的项目中的 console 语句,并支持一键跳转至编辑器 。
4
4
5
- ![ console inspector ] ( https://static.yuy1n.io/console-inspector.png )
5
+ < video src = " https://static.yuy1n.io/console-inspector.mp4 " controls />
6
6
7
7
## 配置项
8
8
You can’t perform that action at this time.
0 commit comments