Skip to content

Commit 847e2c5

Browse files
authored
Update App Metadata & Loading Screen Title (#37)
[docs] update app metadata and loading screen title
1 parent 1f8f147 commit 847e2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/i18n/locales/zh/fronted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"close": "关闭"
1212
},
1313
"loading": {
14-
"title": "数字生命计划 2",
14+
"title": "数字生命计划",
1515
"subTitle": "开源3D自主角色",
1616
"message": "加载中...",
1717
"initializingScene": "正在初始化场景..."

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const jetbrainsMono = JetBrains_Mono({
2525
* Application metadata configuration.
2626
*/
2727
export const metadata: Metadata = {
28-
title: 'Digital Life Project',
28+
title: 'Digital Life Project 2',
2929
description: 'Embodying Autonomous Characters in Living Worlds',
3030
}
3131

0 commit comments

Comments
 (0)