1-修复分层图标背景色错误问题
2-右侧边栏默认关闭 3-修复边栏状态问题 4-软件下一次push将改名为INCAX(该次改名为最终名字(前提商标不被注册))
|
Before Width: | Height: | Size: 90 KiB |
BIN
AppScope/resources/base/media/base_background.png
Normal file
|
After Width: | Height: | Size: 756 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 15 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"layered-image":
|
||||
{
|
||||
"background" : "$media:background",
|
||||
"foreground" : "$media:foreground"
|
||||
"background" : "$media:base_background",
|
||||
"foreground" : "$media:base_foreground_logo"
|
||||
}
|
||||
}
|
||||
@ -7,11 +7,11 @@
|
||||
"material": {
|
||||
"certpath": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.cer",
|
||||
"keyAlias": "debugKey",
|
||||
"keyPassword": "0000001AA30759760D9D5D17A91BFB7147D9F271378B6316F13E50379FF23A4CF9A209064CA81F434E86",
|
||||
"keyPassword": "0000001BCF995E3FAF305FF3F4206AAC898840FBB6E3C5B6E10F3C59DC1E8B464FF77E340C30980D6A0DE3",
|
||||
"profile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p7b",
|
||||
"signAlg": "SHA256withECDSA",
|
||||
"storeFile": "C:\\Users\\JackLee\\.ohos\\config\\default_NXEA_0s33e8rF_-eDfV9W_2q2am8R5niF3V4xhQxkUtRtaC0=.p12",
|
||||
"storePassword": "0000001A54288F3ED33A493359C0F43F9FDBB746AC483C30B3CCC3CDCD726910AFD3190EDD7ABC9D16BE"
|
||||
"storePassword": "0000001B433EEA1A681F00BA0E4D26AD2BCBFC0C5AEFB4F0E0DED1F499268888BDA749571AD4118CAB4576"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@ -67,7 +67,7 @@ export struct SWEnv {
|
||||
build(){
|
||||
Column(){
|
||||
Row(){
|
||||
Image($r('app.media.base_opencax_logo'))
|
||||
Image($r('app.media.base_logo'))
|
||||
.width(mdwInfo.winWidth*0.1)
|
||||
.height(mdwInfo.winWidth*0.08)
|
||||
.backgroundImageSize({
|
||||
|
||||
@ -9,7 +9,7 @@ export struct SWInfo {
|
||||
build(){
|
||||
Column(){
|
||||
Row(){
|
||||
Image($r('app.media.base_opencax_logo'))
|
||||
Image($r('app.media.base_logo'))
|
||||
.width(mdwInfo.winWidth*0.1)
|
||||
.height(mdwInfo.winWidth*0.08)
|
||||
.backgroundImageSize({
|
||||
|
||||
@ -9,7 +9,7 @@ export struct SWSrc {
|
||||
build(){
|
||||
Column(){
|
||||
Row(){
|
||||
Image($r('app.media.base_opencax_logo'))
|
||||
Image($r('app.media.base_logo'))
|
||||
.width(mdwInfo.winWidth*0.1)
|
||||
.height(mdwInfo.winWidth*0.08)
|
||||
.backgroundImageSize({
|
||||
|
||||
@ -65,7 +65,7 @@ export struct View {
|
||||
.barMode(BarMode.Scrollable)
|
||||
.divider({ strokeWidth: '1px', color: $r('sys.color.comp_divider') })
|
||||
}else{
|
||||
Image($r('app.media.base_background'))
|
||||
Image($r('app.media.base_logo'))
|
||||
.width('100%')
|
||||
.height('100%')
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"description": "$string:EntryAbility_desc",
|
||||
"icon": "$media:layered_image",
|
||||
"label": "$string:EntryAbility_label",
|
||||
"startWindowIcon": "$media:base_start_background",
|
||||
"startWindowIcon": "$media:base_logo",
|
||||
"startWindowBackground": "$color:start_window_background",
|
||||
"minWindowWidth": 1200, // 设置最小宽度
|
||||
"minWindowHeight": 800, // 设置最小高度
|
||||
@ -51,7 +51,7 @@
|
||||
"description": "$string:EntryAbility_desc",
|
||||
"icon": "$media:layered_image",
|
||||
"label": "$string:EntryAbility_label",
|
||||
"startWindowIcon": "$media:base_sub_background",
|
||||
"startWindowIcon": "$media:base_logo",
|
||||
"startWindowBackground": "$color:start_window_background",
|
||||
"exported": true,
|
||||
"launchType":"specified",
|
||||
|
||||
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 756 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
BIN
entry/src/main/resources/base/media/base_logo.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 8.6 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"layered-image":
|
||||
{
|
||||
"background" : "$media:background",
|
||||
"foreground" : "$media:foreground"
|
||||
"background" : "$media:base_background",
|
||||
"foreground" : "$media:base_foreground_logo"
|
||||
}
|
||||
}
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"startWindowType": "REQUIRED_HIDE",
|
||||
"startWindowColorModeType": "FOLLOW_SYSTEM",
|
||||
"startWindowAppIcon": "$media:base_sub_background",
|
||||
"startWindowBrandingImage": "$media:base_sub_background",
|
||||
"startWindowBackgroundColor": "$color:start_window_background"
|
||||
}
|
||||