编排添加系统信息

This commit is contained in:
fofolee
2025-01-05 12:10:23 +08:00
parent e94118881a
commit 00ddba20ec
7 changed files with 499 additions and 4 deletions

View File

@@ -25,9 +25,15 @@ export const systemCommands = {
value: "quickcomposer.system.exec",
label: "执行系统命令",
desc: "执行系统命令并返回输出结果",
config: [],
component: "SystemCommandEditor",
icon: "terminal",
},
{
value: "quickcomposer.system.os",
label: "系统信息",
desc: "获取操作系统相关信息",
component: "OsEditor",
icon: "computer",
},
],
};