新的 feature logo

This commit is contained in:
fofolee
2022-05-09 00:25:07 +08:00
parent 1b40855578
commit 69f72b1098
13 changed files with 9 additions and 6 deletions

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

View File

@@ -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"],
}
}