编排的命令列表支持搜索

This commit is contained in:
fofolee
2024-12-30 10:31:23 +08:00
parent dfc1c7e2e3
commit 29d7064afc
11 changed files with 272 additions and 144 deletions

View File

@@ -1,6 +1,7 @@
export const encodeCommands = {
label: "编码解码",
icon: "code",
defaultOpened: false,
commands: [
{
value: "(text=>Buffer.from(text).toString('base64'))",

View File

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

View File

@@ -1,6 +1,7 @@
export const keyCommands = {
label: "按键操作",
icon: "keyboard",
defaultOpened: false,
commands: [
{
value: "keyTap",

View File

@@ -1,6 +1,7 @@
export const networkCommands = {
label: "网络操作",
icon: "language",
defaultOpened: true,
commands: [
{
value: "visit",

View File

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

View File

@@ -1,6 +1,7 @@
export const otherCommands = {
label: "其他功能",
icon: "more_horiz",
defaultOpened: false,
commands: [
{
value: "utools.redirect",

View File

@@ -1,6 +1,7 @@
export const systemCommands = {
label: "系统操作",
icon: "computer",
defaultOpened: false,
commands: [
{
value: "system",