增加分层图标

This commit is contained in:
JackLee 2026-04-29 15:40:56 +08:00
parent 34037a0908
commit 9376c3e0d0
8 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -67,7 +67,7 @@ export struct SWEnv {
build(){
Column(){
Row(){
Image($r('app.media.base_background'))
Image($r('app.media.base_opencax_logo'))
.width(mdwInfo.winWidth*0.1)
.height(mdwInfo.winWidth*0.08)
.backgroundImageSize({

View File

@ -9,7 +9,7 @@ export struct SWInfo {
build(){
Column(){
Row(){
Image($r('app.media.base_background'))
Image($r('app.media.base_opencax_logo'))
.width(mdwInfo.winWidth*0.1)
.height(mdwInfo.winWidth*0.08)
.backgroundImageSize({

View File

@ -9,7 +9,7 @@ export struct SWSrc {
build(){
Column(){
Row(){
Image($r('app.media.base_background'))
Image($r('app.media.base_opencax_logo'))
.width(mdwInfo.winWidth*0.1)
.height(mdwInfo.winWidth*0.08)
.backgroundImageSize({

View File

@ -25,7 +25,7 @@
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:base_opencax_logo",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:base_start_background",
"startWindowBackground": "$color:start_window_background",
@ -49,7 +49,7 @@
"name": "SubAbility",
"srcEntry": "./ets/subability/SubAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:base_opencax_logo",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:base_sub_background",
"startWindowBackground": "$color:start_window_background",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB