App Icons

若您的目标是全平台支持,那么您需要分别为它们制作 100 多种不同要求的图标(png, ico, icns and svg)。balabala…总之就是推荐您使用下面这个图标生成工具。可以帮您一个图片搞定所有格式的应用图标。 If you were to target all platforms that Quasar currently supports, you will need to make 100+ different files of 4 different media types (png, ico, icns and svg). If you just use a tool like Gimp, Photoshop or Affinity Designer, you will find that these files are rather large and the process of making them and naming them is prone to operator error. You will probably want to compress the PNG files at least, and also remove unnecessary app-metadata from the SVG.

Icon Genie CLI

TIP

我们强力推荐您去使用我们的Icon Genie CLI,因为它只需要一份资源图标,就能自动生成克隆、缩放、缩小图标,然后生成不同平台上需要的图标格式,并将其放置在合适的目录中。必要时,它还会告诉您需要向 /src/index.template.html 中添加哪些标签。