mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
编排初步实现条件判断
This commit is contained in:
@@ -5,6 +5,7 @@ import { notifyCommands } from "./notifyCommands";
|
||||
import { textProcessingCommands } from "./textProcessingCommands";
|
||||
import { otherCommands } from "./otherCommands";
|
||||
import { keyCommands } from "./keyCommands";
|
||||
import { controlCommands } from "./controlCommands";
|
||||
|
||||
export const commandCategories = [
|
||||
fileCommands,
|
||||
@@ -12,6 +13,7 @@ export const commandCategories = [
|
||||
systemCommands,
|
||||
notifyCommands,
|
||||
textProcessingCommands,
|
||||
controlCommands,
|
||||
otherCommands,
|
||||
keyCommands,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user