Skip to content

Commit 95d6e3b

Browse files
committed
Add: Add a section introduce to Frost Pursuit
1 parent 285742a commit 95d6e3b

5 files changed

Lines changed: 56 additions & 0 deletions

File tree

145 KB
Loading

src/i18n/locales/en/translation.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,23 @@
105105
"Latest Redstone Creations",
106106
"Latest Architectural Works"
107107
]
108+
},
109+
"frostPursuit": {
110+
"imageUrl": "homePage/CTEC_FrostPursuit.webp",
111+
"title": "Frost Pursuit Christmas Special Map",
112+
"subTitle": "The Ultimate Ice Boat Racing Map is Now Available!",
113+
"features": [
114+
"Immersive winter track designs",
115+
"Meticulously Designed Redstone and festive atmosphere",
116+
"Multiplayer racing mode support",
117+
"Carefully crafted lighting and visual effects"
118+
],
119+
"buttons": [
120+
{
121+
"text": "Explore the Map",
122+
"link": "/frostpursuit"
123+
}
124+
]
108125
}
109126
},
110127
"notFound": {

src/i18n/locales/zh_CN/translation.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,23 @@
101101
"carousel": {
102102
"title": "服务器内容",
103103
"subtitles": ["最新生存进度", "最新红石作品", "最新建筑作品"]
104+
},
105+
"frostPursuit": {
106+
"imageUrl": "homePage/CTEC_FrostPursuit.webp",
107+
"title": "Frost Pursuit 圣诞特别地图",
108+
"subTitle": "全新冰船竞速地图正式发布!",
109+
"features": [
110+
"身临其境的冬季赛道设计",
111+
"精心设计红石与节日氛围",
112+
"支持多人竞速模式",
113+
"精心设计的光影与视觉效果"
114+
],
115+
"buttons": [
116+
{
117+
"text": "探索地图",
118+
"link": "/frostpursuit"
119+
}
120+
]
104121
}
105122
},
106123
"notFound": {

src/i18n/locales/zh_TW/translation.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,23 @@
101101
"carousel": {
102102
"title": "伺服器內容",
103103
"subtitles": ["最新生存進度", "最新紅石作品", "最新建築作品"]
104+
},
105+
"frostPursuit": {
106+
"imageUrl": "homePage/CTEC_FrostPursuit.webp",
107+
"title": "Frost Pursuit 聖誕特別地圖",
108+
"subTitle": "全新冰船競速地圖正式發布!",
109+
"features": [
110+
"身臨其境的冬季賽道設計",
111+
"精心設計紅石與節日氛圍",
112+
"支援多人競速模式",
113+
"精心設計的光影與視覺效果"
114+
],
115+
"buttons": [
116+
{
117+
"text": "探索地圖",
118+
"link": "/frostpursuit"
119+
}
120+
]
104121
}
105122
},
106123
"notFound": {

src/pages/HomePage.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ const HomePage = () => {
9696
<ImageContentSection
9797
imageContent={t('home.about', { returnObjects: true })}
9898
/>
99+
<ImageContentSection
100+
imageContent={t('home.frostPursuit', { returnObjects: true })}
101+
imageOnRight={true}
102+
darkMode={true}
103+
/>
99104
<CardsSection
100105
title={t('home.feature.title')}
101106
type={'dark'}

0 commit comments

Comments
 (0)