mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
读剪贴板支持图片、html、rtf,新增用户数据分类
This commit is contained in:
@@ -9,6 +9,7 @@ import { controlCommands } from "./controlCommands";
|
||||
import { uiCommands } from "./uiCommands";
|
||||
import { codingCommands } from "./codingCommand";
|
||||
import { mathCommands } from "./mathCommands";
|
||||
import { userdataCommands } from "./userdataCommands";
|
||||
|
||||
export const commandCategories = [
|
||||
fileCommands,
|
||||
@@ -21,5 +22,6 @@ export const commandCategories = [
|
||||
uiCommands,
|
||||
simulateCommands,
|
||||
mathCommands,
|
||||
userdataCommands,
|
||||
otherCommands,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user