mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
拆分数据处理分类,新增编码加密、数学计算分类
This commit is contained in:
@@ -7,6 +7,8 @@ import { otherCommands } from "./otherCommands";
|
||||
import { simulateCommands } from "./simulateCommands";
|
||||
import { controlCommands } from "./controlCommands";
|
||||
import { uiCommands } from "./uiCommands";
|
||||
import { codingCommands } from "./codingCommand";
|
||||
import { mathCommands } from "./mathCommands";
|
||||
|
||||
export const commandCategories = [
|
||||
fileCommands,
|
||||
@@ -14,8 +16,10 @@ export const commandCategories = [
|
||||
systemCommands,
|
||||
notifyCommands,
|
||||
dataCommands,
|
||||
codingCommands,
|
||||
controlCommands,
|
||||
uiCommands,
|
||||
simulateCommands,
|
||||
mathCommands,
|
||||
otherCommands,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user