新的 feature logo
BIN
plugin/features/code.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
plugin/features/file.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
plugin/features/plugin.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
plugin/features/server.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
plugin/features/share.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
plugin/features/url.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
plugin/logo.png
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 30 KiB |
@ -29,7 +29,8 @@
|
||||
"cmds": [
|
||||
"运行代码",
|
||||
"RunCode"
|
||||
]
|
||||
],
|
||||
"icon": "features/code.png"
|
||||
},
|
||||
{
|
||||
"code": "newcommand",
|
||||
@ -51,7 +52,8 @@
|
||||
"cmds": [
|
||||
"分享中心",
|
||||
"ShareCenter"
|
||||
]
|
||||
],
|
||||
"icon": "features/share.png"
|
||||
},
|
||||
{
|
||||
"code": "server",
|
||||
@ -59,7 +61,8 @@
|
||||
"cmds": [
|
||||
"快捷命令服务配置",
|
||||
"quickcommandServer"
|
||||
]
|
||||
],
|
||||
"icon": "features/server.png"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 3.3 KiB |
@ -7,7 +7,7 @@ const quickFeatures = {
|
||||
type: "files",
|
||||
match: "/.*+/i",
|
||||
}, ],
|
||||
icon: require("../../assets/feature/file.png"),
|
||||
icon: "features/file.png",
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
|
||||
},
|
||||
@ -32,7 +32,7 @@ const quickFeatures = {
|
||||
],
|
||||
},
|
||||
}, ],
|
||||
icon: require("../../assets/feature/url.png"),
|
||||
icon: "features/url.png",
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
|
||||
},
|
||||
@ -40,7 +40,7 @@ const quickFeatures = {
|
||||
code: "feature_pluNickName",
|
||||
explain: "为插件设置别名",
|
||||
cmds: ["插件别名"],
|
||||
icon: require("../../assets/feature/plugin.png"),
|
||||
icon: "features/plugin.png",
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
}
|
||||
}
|
||||
|