Skip to content

Commit

Permalink
优化了logo等
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJiang2011 committed Dec 27, 2024
1 parent 321fa0a commit 738834b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file modified AppScope/resources/base/media/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/LoginPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ struct LoginPage {
GridRow({ columns: 4 }) {
GridCol({ span: 4, offset: 0 }) {
Column() {
Image($r('app.media.app_icon'))
Image($r('app.media.startIcon1'))
.width(this.passwordFocused? 45 : 96)
.aspectRatio(1)
.margin({ top: 56 })
Expand Down
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/SafePage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct SafePage {
GridRow({ columns: 4, gutter: { x: 24 }, }) {
GridCol({ span: 4, offset: 0 }) {
Column() {
Image($r('app.media.app_icon'))
Image($r('app.media.startIcon1'))
.width(96)
.aspectRatio(1)
.margin({ top: 80 })
Expand Down
Binary file not shown.
Binary file modified entry/src/main/resources/base/media/ic_splash_graybg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified entry/src/main/resources/base/media/startIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 738834b

Please sign in to comment.