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