mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
编排配置文件优化
This commit is contained in:
17
src/js/composer/commands/index.js
Normal file
17
src/js/composer/commands/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { fileCommands } from "./fileCommands";
|
||||
import { networkCommands } from "./networkCommands";
|
||||
import { systemCommands } from "./systemCommands";
|
||||
import { notifyCommands } from "./notifyCommands";
|
||||
import { encodeCommands } from "./encodeCommands";
|
||||
import { otherCommands } from "./otherCommands";
|
||||
import { keyCommands } from "./keyCommands";
|
||||
|
||||
export const commandCategories = [
|
||||
fileCommands,
|
||||
networkCommands,
|
||||
systemCommands,
|
||||
notifyCommands,
|
||||
encodeCommands,
|
||||
otherCommands,
|
||||
keyCommands,
|
||||
];
|
||||
Reference in New Issue
Block a user