mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
编排的命令列表支持搜索
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export const encodeCommands = {
|
||||
label: "编码解码",
|
||||
icon: "code",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "(text=>Buffer.from(text).toString('base64'))",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const fileCommands = {
|
||||
label: "文件操作",
|
||||
icon: "folder",
|
||||
defaultOpened: true,
|
||||
commands: [
|
||||
{
|
||||
value: "open",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const keyCommands = {
|
||||
label: "按键操作",
|
||||
icon: "keyboard",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "keyTap",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const networkCommands = {
|
||||
label: "网络操作",
|
||||
icon: "language",
|
||||
defaultOpened: true,
|
||||
commands: [
|
||||
{
|
||||
value: "visit",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const notifyCommands = {
|
||||
label: "消息通知",
|
||||
icon: "notifications",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "console.log",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const otherCommands = {
|
||||
label: "其他功能",
|
||||
icon: "more_horiz",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "utools.redirect",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const systemCommands = {
|
||||
label: "系统操作",
|
||||
icon: "computer",
|
||||
defaultOpened: false,
|
||||
commands: [
|
||||
{
|
||||
value: "system",
|
||||
|
||||
Reference in New Issue
Block a user