Skip to content

Commit fb89c33

Browse files
committed
Fix typos in HOURS_DATA names and aspects
Corrected the name for id 'XXV' from '戴冠之孽' to '戴冠之孳' and updated the aspects for id 'XXXVI' from ['Heart', 'Scale', 'Nectar'] to ['Heart', 'Moth', 'Nectar'] in HOURS_DATA.
1 parent 4cd5983 commit fb89c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/hours.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export const HOURS_DATA: Hour[] = [
266266
},
267267
{
268268
id: 'XXV',
269-
name: '戴冠之孽 (The Crowned Growth)',
269+
name: '戴冠之孳 (The Crowned Growth)',
270270
origin: '虚源',
271271
aspects: ['Grail', 'Winter'],
272272
gender: '阳性',
@@ -328,7 +328,7 @@ export const HOURS_DATA: Hour[] = [
328328
id: 'XXXVI',
329329
name: '转轮 (The Wheel)',
330330
origin: '石源',
331-
aspects: ['Heart', 'Scale', 'Nectar'],
331+
aspects: ['Heart', 'Moth', 'Nectar'],
332332
gender: '阳性',
333333
image: BASE_URL + 'images/hours/450px-36转轮(RoAshe).webp',
334334
desc: '时间不是直线,而是碾碎一切的轮盘。曾经发生的必将再次发生,无法逃避,无法停止。',

0 commit comments

Comments
 (0)