tns resources generate icons
如何使用-command将具有给定名称的自定义图标添加到我的 nativescript 项目
$tns resources generate icons ~/myfolder/myspecialicon.png
假设我希望命令将图标放置在维护名称的正确文件夹中,myspecialicon.xxx
而不是仅仅覆盖默认值icon.png
?
干杯
拉斯
tns resources generate icons
如何使用-command将具有给定名称的自定义图标添加到我的 nativescript 项目
$tns resources generate icons ~/myfolder/myspecialicon.png
假设我希望命令将图标放置在维护名称的正确文件夹中,myspecialicon.xxx
而不是仅仅覆盖默认值icon.png
?
干杯
拉斯
那只会生成应用程序图标。要生成其他图标(以及其他图像资产,真的),我推荐使用在线工具http://images.nativescript.rocks/。
它为 Android 和 iOS 生成资产。您所要做的就是获取结果并将其合并到您项目的App_Resources
. 我知道这并不理想,但这是迄今为止我发现的最好的工作流程。