Skip to content

Commit abc6bb2

Browse files
committed
0510
1 parent 87a1d43 commit abc6bb2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

AppScope/app.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"app": {
3-
"bundleName": "com.atguigu.practice",
3+
"bundleName": "com.se.practice",
44
"vendor": "example",
55
"versionCode": 1000000,
66
"versionName": "1.0.0",
7-
"icon": "$media:ic_logo",
7+
"icon": "$media:ic_logo_n",
88
"label": "$string:app_name"
99
}
1010
}

AppScope/resources/base/element/string.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"string": [
33
{
44
"name": "app_name",
5-
"value": "单词打卡"
5+
"value": "留学助手"
66
}
77
]
88
}
40.1 KB
Loading

entry/src/main/ets/pages/LoginPage.ets

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ struct LoginPage {
9797
}.formBgStyle()
9898

9999
Row({ space: 10 }) {
100-
Image($r('app.media.ic_logo'))
100+
Image($r('app.media.ic_logo_n'))
101101
.width(36)
102102
.height(36)
103-
Text('快速记单词神器')
103+
Text('留学助手')
104104
.fontColor('#546B9D')
105105
.fontWeight(FontWeight.Bold)
106106
.fontSize(20)
107107
}.margin({ top: 70 })
108108

109-
Text('Developed By Atguigu')
109+
Text('Developed By SE_2024')
110110
.fontSize(12)
111111
.fontColor('#546B9D')
112112
.margin(10)

entry/src/main/ets/pages/SplashPage.ets

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ struct SplashPage {
2121
Column(){
2222

2323
if(this.flag){
24-
Image($r('app.media.ic_logo'))
24+
Image($r('app.media.ic_logo_n'))
2525
.logoStyle()
2626
.transition({type:TransitionType.Insert,opacity:0,translate:{x:-150}})
27-
Text("快速单词记忆神器")
27+
Text("留学助手")
2828
.titleStyle()
2929
.transition({type:TransitionType.Insert,opacity:0,translate:{x:150}})
3030
}
Loading

0 commit comments

Comments
 (0)