You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @en When set the value to true, only if the .env.local file exists and it contains CODE_INSPECTOR=true, the plugin takes effect; The default value is false
* @en When set the value to true, only if the .env.local file exists and it contains CODE_INSPECTOR=true, the plugin takes effect; The default value is false
* @cn 触发 DOM 定位功能的组合键,ctrlKey/altKey/metaKey/shiftKey 中一个或多个组成的数组,默认值为 ['altKey', 'shiftKey]。即 Mac 系统默认是 Option + Shift;Window 默认是 Alt + Shift。
34
+
* @en The combination keys that triggers the DOM positioning function, it is an array of one or more from ctrlKey/altKey/metaKey/shiftKey, with default values of ['altKey', 'shiftKey']. The default for Mac systems is Option+Shift; and for Window is Alt+Shift.
35
+
*/
32
36
hotKeys?: HotKey[]|false;
37
+
/**
38
+
* @cn 是否在页面展示功能开关按钮
39
+
* @en Whether show the switch button of this function on the page
40
+
*/
33
41
showSwitch?: boolean;
42
+
/**
43
+
* @cn 打开功能开关的情况下,点击触发跳转编辑器时是否自动关闭开关
44
+
* @en When opening the function switch, whether automatically close the switch when triggering the jump editor function.
* @cn 触发 DOM 定位功能的组合键,ctrlKey/altKey/metaKey/shiftKey 中一个或多个组成的数组,默认值为 ['altKey', 'shiftKey]。即 Mac 系统默认是 Option + Shift;Window 默认是 Alt + Shift。
5
+
* @en The combination keys that triggers the DOM positioning function, it is an array of one or more from ctrlKey/altKey/metaKey/shiftKey, with default values of ['altKey', 'shiftKey']. The default for Mac systems is Option+Shift; and for Window is Alt+Shift.
6
+
*/
3
7
hotKeys?: HotKey[]|false;
8
+
/**
9
+
* @cn 是否在页面展示功能开关按钮
10
+
* @en Whether show the switch button of this function on the page
11
+
*/
4
12
showSwitch?: boolean;
13
+
/**
14
+
* @cn 打开功能开关的情况下,点击触发跳转编辑器时是否自动关闭开关
15
+
* @en When opening the function switch, whether automatically close the switch when triggering the jump editor function.
0 commit comments