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({
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 {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments