统一分类图标风格,目录结构调整

This commit is contained in:
fofolee
2025-01-06 10:24:13 +08:00
parent b8d48cb102
commit 4293f095ae
41 changed files with 53 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
export const dataCommands = {
label: "数据处理",
icon: "auto_graph",
icon: "format_color_text",
defaultOpened: false,
commands: [
{

View File

@@ -1,6 +1,6 @@
export const fileCommands = {
label: "文件操作",
icon: "folder",
icon: "folder_open",
defaultOpened: true,
commands: [
{

View File

@@ -15,7 +15,7 @@ export const commandCategories = [
notifyCommands,
dataCommands,
controlCommands,
otherCommands,
simulateCommands,
uiCommands,
simulateCommands,
otherCommands,
];

View File

@@ -1,6 +1,6 @@
export const notifyCommands = {
label: "消息通知",
icon: "notifications",
icon: "chat_bubble_outline",
defaultOpened: false,
commands: [
{

View File

@@ -1,6 +1,6 @@
export const simulateCommands = {
label: "模拟操作",
icon: "keyboard",
icon: "ads_click",
defaultOpened: false,
commands: [
{

View File

@@ -1,6 +1,6 @@
export const uiCommands = {
label: "UI操作",
icon: "auto_graph",
icon: "web",
defaultOpened: false,
commands: [
{