API 浏览器
Icon Genie CLI

你可能和团队一样喜欢默认的 Quasar 徽标,但你花了感觉像是一生的时间才打造出像素完美的应用灵魂代表,现在你想用自己的徽标替换那个徽标!

¥You love the default Quasar logo, probably as much as the team does, but you just spent what feels like a lifetime making your own pixel-perfect representation of the soul of your application and now you want to replace that logo with your own!

在许多不同的情况下,你的图标可能会已见:在浏览器标签页、桌面、手机主屏幕甚至应用中存储。然后,你可以创建适用于各种设备尺寸和方向的启动画面。

¥There are many different situations where your icon might be seen: in the browser tab, on the desktop, on the home screen of a mobile phone and even in an app store. Then there are splash screens to create in all the various device sizes and orientations.

这意味着你需要大约 100 多种不同尺寸的徽标,并采用代表性名称和隐晦的格式,将其放置在正确的文件夹中,并且可能还需要一些适用于 Cordova 的 <xml> 声明。即使你确切知道自己在做什么,这也是一项繁琐且容易出错的任务。为了让你的生活轻松无忧,我们构建了 Icon Genie CLI 工具,使这个繁琐的过程变得非常简单。

¥This means you need your logo in about 100+ different sizes with representative names, arcane formats, placed in the correct folders and probably some proper <xml> declarations for Cordova too. Even if you know exactly what you’re doing, this is a tedious and error-prone task. To make your life easy and care-free, we’ve built the Icon Genie CLI tool to make this exhausting process dead simple.

它如何提供帮助你(How it helps you)

¥How it helps you

提示

我们强烈建议你使用 Icon Genie CLI 来处理 Quasar CLI 生成的项目,因为它会读取源图标并自动克隆、缩放、最小化图标和启动画面,并将其放置在合适的目录中。如有需要,它还会告诉你需要在 /index.html 文件中添加哪些标签。

¥We highly recommend using the Icon Genie CLI for your Quasar CLI-generated projects because it consumes a source icon and automatically clones, scales, minifies and places the icons and splash screens in the appropriate directories for you. When needed, it also tells you what tags you’ll need to add to your /index.html file.

要求(Requirements)

¥Requirements

此工具由 Quasar 团队构建,尤其考虑到了 Quasar CLI 项目结构。如果你使用其他 CLI 构建项目文件夹,你应该探索 Icon Genie profile 文件

¥This tool was built by the Quasar Team especially with the Quasar CLI project structure in mind. If you build your project folder with another CLI, you should explore Icon Genie profile files.