mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 00:44:35 +08:00
统一分类图标风格,目录结构调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const dataCommands = {
|
||||
label: "数据处理",
|
||||
icon: "auto_graph",
|
||||
icon: "format_color_text",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const fileCommands = {
|
||||
label: "文件操作",
|
||||
icon: "folder",
|
||||
icon: "folder_open",
|
||||
defaultOpened: true,
|
||||
commands: [
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@ export const commandCategories = [
|
||||
notifyCommands,
|
||||
dataCommands,
|
||||
controlCommands,
|
||||
otherCommands,
|
||||
simulateCommands,
|
||||
uiCommands,
|
||||
simulateCommands,
|
||||
otherCommands,
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const notifyCommands = {
|
||||
label: "消息通知",
|
||||
icon: "notifications",
|
||||
icon: "chat_bubble_outline",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const simulateCommands = {
|
||||
label: "模拟操作",
|
||||
icon: "keyboard",
|
||||
icon: "ads_click",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const uiCommands = {
|
||||
label: "UI操作",
|
||||
icon: "auto_graph",
|
||||
icon: "web",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user