Skip to content

Commit

Permalink
0510
Browse files Browse the repository at this point in the history
  • Loading branch information
LuyuZhang00 committed May 10, 2024
1 parent 87a1d43 commit abc6bb2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AppScope/app.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"app": {
"bundleName": "com.atguigu.practice",
"bundleName": "com.se.practice",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:ic_logo",
"icon": "$media:ic_logo_n",
"label": "$string:app_name"
}
}
2 changes: 1 addition & 1 deletion AppScope/resources/base/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"string": [
{
"name": "app_name",
"value": "单词打卡"
"value": "留学助手"
}
]
}
Binary file added AppScope/resources/base/media/ic_logo_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions entry/src/main/ets/pages/LoginPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ struct LoginPage {
}.formBgStyle()

Row({ space: 10 }) {
Image($r('app.media.ic_logo'))
Image($r('app.media.ic_logo_n'))
.width(36)
.height(36)
Text('快速记单词神器')
Text('留学助手')
.fontColor('#546B9D')
.fontWeight(FontWeight.Bold)
.fontSize(20)
}.margin({ top: 70 })

Text('Developed By Atguigu')
Text('Developed By SE_2024')
.fontSize(12)
.fontColor('#546B9D')
.margin(10)
Expand Down
4 changes: 2 additions & 2 deletions entry/src/main/ets/pages/SplashPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ struct SplashPage {
Column(){

if(this.flag){
Image($r('app.media.ic_logo'))
Image($r('app.media.ic_logo_n'))
.logoStyle()
.transition({type:TransitionType.Insert,opacity:0,translate:{x:-150}})
Text("快速单词记忆神器")
Text("留学助手")
.titleStyle()
.transition({type:TransitionType.Insert,opacity:0,translate:{x:150}})
}
Expand Down
Binary file added entry/src/main/resources/base/media/ic_logo_n.png
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 abc6bb2

Please sign in to comment.