字符串处理函数优化

This commit is contained in:
fofolee
2025-01-03 00:28:49 +08:00
parent ef4726049e
commit 729b91d720
12 changed files with 287 additions and 200 deletions

View File

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