mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
新的 feature logo
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 291 B |
Binary file not shown.
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"],
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user