1-修复分层图标背景色错误问题

2-右侧边栏默认关闭
3-修复边栏状态问题
4-软件下一次push将改名为INCAX(该次改名为最终名字(前提商标不被注册))
This commit is contained in:
JackLee 2026-04-29 21:27:15 +08:00
parent 9376c3e0d0
commit 24f3e64f61
21 changed files with 12 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,7 +1,7 @@
{ {
"layered-image": "layered-image":
{ {
"background" : "$media:background", "background" : "$media:base_background",
"foreground" : "$media:foreground" "foreground" : "$media:base_foreground_logo"
} }
} }

View File

@ -7,11 +7,11 @@
"material": { "material": {
"certpath": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.cer", "certpath": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.cer",
"keyAlias": "debugKey", "keyAlias": "debugKey",
"keyPassword": "0000001AA30759760D9D5D17A91BFB7147D9F271378B6316F13E50379FF23A4CF9A209064CA81F434E86", "keyPassword": "0000001BCF995E3FAF305FF3F4206AAC898840FBB6E3C5B6E10F3C59DC1E8B464FF77E340C30980D6A0DE3",
"profile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p7b", "profile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p7b",
"signAlg": "SHA256withECDSA", "signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p12", "storeFile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p12",
"storePassword": "0000001A54288F3ED33A493359C0F43F9FDBB746AC483C30B3CCC3CDCD726910AFD3190EDD7ABC9D16BE" "storePassword": "0000001B433EEA1A681F00BA0E4D26AD2BCBFC0C5AEFB4F0E0DED1F499268888BDA749571AD4118CAB4576"
} }
} }
], ],

View File

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

View File

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

View File

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

View File

@ -65,7 +65,7 @@ export struct View {
.barMode(BarMode.Scrollable) .barMode(BarMode.Scrollable)
.divider({ strokeWidth: '1px', color: $r('sys.color.comp_divider') }) .divider({ strokeWidth: '1px', color: $r('sys.color.comp_divider') })
}else{ }else{
Image($r('app.media.base_background')) Image($r('app.media.base_logo'))
.width('100%') .width('100%')
.height('100%') .height('100%')
} }

View File

@ -27,7 +27,7 @@
"description": "$string:EntryAbility_desc", "description": "$string:EntryAbility_desc",
"icon": "$media:layered_image", "icon": "$media:layered_image",
"label": "$string:EntryAbility_label", "label": "$string:EntryAbility_label",
"startWindowIcon": "$media:base_start_background", "startWindowIcon": "$media:base_logo",
"startWindowBackground": "$color:start_window_background", "startWindowBackground": "$color:start_window_background",
"minWindowWidth": 1200, // 设置最小宽度 "minWindowWidth": 1200, // 设置最小宽度
"minWindowHeight": 800, // 设置最小高度 "minWindowHeight": 800, // 设置最小高度
@ -51,7 +51,7 @@
"description": "$string:EntryAbility_desc", "description": "$string:EntryAbility_desc",
"icon": "$media:layered_image", "icon": "$media:layered_image",
"label": "$string:EntryAbility_label", "label": "$string:EntryAbility_label",
"startWindowIcon": "$media:base_sub_background", "startWindowIcon": "$media:base_logo",
"startWindowBackground": "$color:start_window_background", "startWindowBackground": "$color:start_window_background",
"exported": true, "exported": true,
"launchType":"specified", "launchType":"specified",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 756 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -1,7 +1,7 @@
{ {
"layered-image": "layered-image":
{ {
"background" : "$media:background", "background" : "$media:base_background",
"foreground" : "$media:foreground" "foreground" : "$media:base_foreground_logo"
} }
} }

View File

@ -1,7 +1,5 @@
{ {
"startWindowType": "REQUIRED_HIDE", "startWindowType": "REQUIRED_HIDE",
"startWindowColorModeType": "FOLLOW_SYSTEM", "startWindowColorModeType": "FOLLOW_SYSTEM",
"startWindowAppIcon": "$media:base_sub_background",
"startWindowBrandingImage": "$media:base_sub_background",
"startWindowBackgroundColor": "$color:start_window_background" "startWindowBackgroundColor": "$color:start_window_background"
} }

Binary file not shown.

BIN
image/logo.xcf Normal file

Binary file not shown.