mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
编排新增按钮组弹窗
This commit is contained in:
@@ -6,6 +6,7 @@ import { dataCommands } from "./dataCommands";
|
||||
import { otherCommands } from "./otherCommands";
|
||||
import { simulateCommands } from "./simulateCommands";
|
||||
import { controlCommands } from "./controlCommands";
|
||||
import { uiCommands } from "./uiCommand";
|
||||
|
||||
export const commandCategories = [
|
||||
fileCommands,
|
||||
@@ -16,4 +17,5 @@ export const commandCategories = [
|
||||
controlCommands,
|
||||
otherCommands,
|
||||
simulateCommands,
|
||||
uiCommands,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user