Skip to content

Commit 75700e4

Browse files
committed
Update
1 parent f08e8d3 commit 75700e4

3 files changed

Lines changed: 288 additions & 12 deletions

File tree

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const CELL_SIZE = 50; // Fixed 50x50 pixel squares
1212
const HOTSPOTS = [
1313
{ id: 'spectator-loft', top: 0.40, left: 0.27, width: 0.25, height: 0.25 },
1414
{ id: 'main-lounge', top: 0.21, left: 0.495, width: 0.20, height: 0.20 },
15-
{ id: 'cable-car', top: 0.85, left: 0.75, width: 0.15, height: 0.20 },
15+
{ id: 'cable-car', top: 0.70, left: 0.75, width: 0.15, height: 0.20 },
1616
];
1717

1818
export function Hero({

src/contexts/LanguageContext.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const translations = {
203203
hero: {
204204
titleLine1: '冰寒',
205205
titleLine2: '追霜',
206-
subtitle: '突破极限的<br />冰船赛道',
206+
subtitle: '突破極限的<br />冰船賽道',
207207
cta: '下載地圖',
208208
loading: '正在載入冰寒追霜...',
209209
hotspots: {
@@ -219,15 +219,15 @@ export const translations = {
219219
blocks: '方塊',
220220
footnote: '*已針對SMP調整',
221221
viewIsometric: '等距視圖',
222-
viewNoBalloons: '無氣球',
222+
viewNoBalloons: '無熱氣球',
223223
viewTopDown: '俯視圖',
224224
blockNames: {
225225
'Packed Ice': '浮冰',
226226
'Blue Ice': '藍冰',
227227
'Light Blue Concrete Powder': '淺藍色混凝土粉末',
228228
'Stone': '石頭',
229229
'Acacia Log': '相思木原木',
230-
'Tuff': '凝灰�ite',
230+
'Tuff': '凝灰岩',
231231
'Snow': '雪',
232232
'Barrier': '屏障',
233233
'Deepslate': '深板岩',
@@ -237,7 +237,7 @@ export const translations = {
237237
// Map Highlights
238238
highlights: {
239239
sectionTitle: '地圖亮點',
240-
sectionSubtitle: '遊戲內截圖',
240+
sectionSubtitle: '遊戲截圖',
241241
dayMode: '日間',
242242
nightMode: '夜間',
243243
cards: {
@@ -269,10 +269,10 @@ export const translations = {
269269
},
270270
// Redstone Section
271271
redstone: {
272-
sectionTitle: '引进',
272+
sectionTitle: '引進',
273273
technicalWord: '技術',
274274
subtitle: '由紅石驅動',
275-
belief: '我們的地圖完全由紅石驅動。無模組、無命令方塊,體驗純原版競速。',
275+
belief: '我們的地圖完全由紅石驅動。無模組、無指令方塊,體驗純原版競速。',
276276
learnMore: '了解更多',
277277
items: {
278278
'Overview': {

0 commit comments

Comments
 (0)