mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-09 15:03:21 +08:00
增强浏览器启动选项:新增隐身模式支持,调整无头模式和窗口尺寸的配置,优化命令按钮的宽度设置
This commit is contained in:
@@ -55,12 +55,17 @@ export const browserCommands = {
|
||||
useSingleUserDataDir: {
|
||||
label: "使用独立用户数据目录",
|
||||
component: "CheckButton",
|
||||
width: 6,
|
||||
width: 4,
|
||||
},
|
||||
headless: {
|
||||
label: "启用无头模式",
|
||||
label: "无头模式",
|
||||
component: "CheckButton",
|
||||
width: 6,
|
||||
width: 4,
|
||||
},
|
||||
incognito: {
|
||||
label: "隐身模式",
|
||||
component: "CheckButton",
|
||||
width: 4,
|
||||
},
|
||||
windowSize: {
|
||||
label: "窗口尺寸",
|
||||
@@ -97,6 +102,7 @@ export const browserCommands = {
|
||||
browserType: "msedge",
|
||||
useSingleUserDataDir: true,
|
||||
headless: false,
|
||||
incognito: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user