feat: 更新鸿蒙应用配置与功能优化
- 添加鸿蒙分层图标配置和生成脚本 - 修复数据导出JSON解析问题 - 优化关于页面和团队信息展示 - 更新应用版本至1.4.1 - 清理代码警告和冗余文件 - 添加字体和二维码测试脚本 - 完善鸿蒙适配文档和指南
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"name": "EntryAbility",
|
||||
"srcEntry": "./ets/entryability/EntryAbility.ets",
|
||||
"description": "$string:EntryAbility_desc",
|
||||
"icon": "$media:icon",
|
||||
"icon": "$media:layered_image",
|
||||
"label": "$string:EntryAbility_label",
|
||||
"startWindowIcon": "$media:icon",
|
||||
"startWindowBackground": "$color:start_window_background",
|
||||
|
||||
BIN
ohos/entry/src/main/resources/base/media/background_icon.png
Normal file
BIN
ohos/entry/src/main/resources/base/media/background_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
ohos/entry/src/main/resources/base/media/foreground_icon.png
Normal file
BIN
ohos/entry/src/main/resources/base/media/foreground_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -0,0 +1 @@
|
||||
{"layered-image": {"background": "$media:background_icon", "foreground": "$media:foreground_icon"}}
|
||||
Reference in New Issue
Block a user