We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8f147 commit 847e2c5Copy full SHA for 847e2c5
app/i18n/locales/zh/fronted.json
@@ -11,7 +11,7 @@
11
"close": "关闭"
12
},
13
"loading": {
14
- "title": "数字生命计划 2",
+ "title": "数字生命计划",
15
"subTitle": "开源3D自主角色",
16
"message": "加载中...",
17
"initializingScene": "正在初始化场景..."
app/layout.tsx
@@ -25,7 +25,7 @@ const jetbrainsMono = JetBrains_Mono({
25
* Application metadata configuration.
26
*/
27
export const metadata: Metadata = {
28
- title: 'Digital Life Project',
+ title: 'Digital Life Project 2',
29
description: 'Embodying Autonomous Characters in Living Worlds',
30
}
31
0 commit comments