编排添加解析路径功能

This commit is contained in:
fofolee
2025-01-05 13:08:22 +08:00
parent 00ddba20ec
commit 923fc9e4de
16 changed files with 684 additions and 34 deletions

View File

@@ -2,7 +2,7 @@ import { fileCommands } from "./fileCommands";
import { networkCommands } from "./networkCommands";
import { systemCommands } from "./systemCommands";
import { notifyCommands } from "./notifyCommands";
import { textProcessorCommands } from "./textProcessorCommands";
import { textCommands } from "./textCommands";
import { otherCommands } from "./otherCommands";
import { simulateCommands } from "./simulateCommands";
import { controlCommands } from "./controlCommands";
@@ -12,7 +12,7 @@ export const commandCategories = [
networkCommands,
systemCommands,
notifyCommands,
textProcessorCommands,
textCommands,
controlCommands,
otherCommands,
simulateCommands,