读剪贴板支持图片、html、rtf,新增用户数据分类

This commit is contained in:
fofolee
2025-01-08 22:41:11 +08:00
parent cdd7b89e72
commit d2c3b7999c
8 changed files with 203 additions and 35 deletions

View File

@@ -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,
];