精简图标

This commit is contained in:
fofolee 2024-12-22 09:29:15 +08:00
parent 7b01082856
commit 36f6e0ceed
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -7,7 +7,7 @@ const quickFeatures = {
type: "files", type: "files",
match: "/.*+/i", match: "/.*+/i",
}, ], }, ],
icon: "features/file.png", icon: "features/fav.png",
platform: ["win32", "darwin", "linux"], platform: ["win32", "darwin", "linux"],
}, },
@ -32,7 +32,7 @@ const quickFeatures = {
], ],
}, },
}, ], }, ],
icon: "features/url.png", icon: "features/fav.png",
platform: ["win32", "darwin", "linux"], platform: ["win32", "darwin", "linux"],
}, },