mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 19:20:37 +08:00
重构 OptionEditor 和 ParamInput 组件样式:调整列宽计算
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import { newVarInputVal } from "js/composer/varInputValManager";
|
||||
import { browserCommands } from "js/composer/commands/browserCommands";
|
||||
|
||||
export const macosCommands = {
|
||||
label: "Mac自动化",
|
||||
icon: "laptop_mac",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { newVarInputVal } from "js/composer/varInputValManager.js";
|
||||
import { browserCommands } from "js/composer/commands/browserCommands.js";
|
||||
|
||||
const sendKeys = [
|
||||
// 特殊按键
|
||||
{ value: "{ENTER}", label: "回车键 (Enter)" },
|
||||
|
||||
Reference in New Issue
Block a user