Skip to content

Commit 087ab2e

Browse files
committed
🍱 增加元素描述
1 parent 71b1d97 commit 087ab2e

109 files changed

Lines changed: 118 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/components/pageWiki/twc-character.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@
2020
</div>
2121
<div class="twc-bi-grid1">
2222
<div class="twc-big-item">
23-
<span>所属</span>
24-
<span>{{ data.brief.camp }}</span>
23+
<span>{{ data.elePrefix }}</span>
24+
<span>{{ data.element }}</span>
2525
</div>
2626
<div class="twc-big-item">
2727
<span>命之座</span>
2828
<span>{{ data.brief.constellation }}</span>
2929
</div>
30+
<div class="twc-big-item">
31+
<span>所属</span>
32+
<span>{{ data.brief.camp }}</span>
33+
</div>
3034
<div
3135
class="twc-big-item active"
3236
title="点击查看生日画片"
@@ -235,7 +239,7 @@ async function toBirth(date: string): Promise<void> {
235239
.twc-bi-grid1 {
236240
display: grid;
237241
column-gap: 10px;
238-
grid-template-columns: repeat(3, 1fr);
242+
grid-template-columns: repeat(4, 1fr);
239243
}
240244
241245
.twc-bi-grid2 {

src/data/WIKI/character/10000002.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "稻妻「社奉行」神里家的大小姐。端庄而文雅,聪慧又坚韧。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000002,
5253
"materials": [

src/data/WIKI/character/10000003.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "正直严谨的蒲公英骑士,蒙德西风骑士团的代理团长。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000003,
5253
"materials": [

src/data/WIKI/character/10000006.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "慵懒而博学的图书管理员,须弥教令院「两百年一见」的天才毕业生。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000006,
5253
"materials": [

src/data/WIKI/character/10000014.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "蒙德城的大家都喜欢芭芭拉。「偶像」这个词是她从一本杂志里看到的。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000014,
5253
"materials": [

src/data/WIKI/character/10000015.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "异国面容的剑斗士,西风骑士团的头脑派人物。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000015,
5253
"materials": [

src/data/WIKI/character/10000016.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "坐拥蒙德大半酒业的贵公子,财力、人望、能力都令人无法小觑。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000016,
5253
"materials": [

src/data/WIKI/character/10000020.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "住在蒙德地区奔狼领,远离城市与人群,和狼一同生活的少年。直觉锐利,身姿迅捷。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000020,
5253
"materials": [

src/data/WIKI/character/10000021.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "永远充满活力的女孩,骑士团最优秀,同时也是最后的侦察骑士。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000021,
5253
"materials": [

src/data/WIKI/character/10000022.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
],
4949
"description": "蒙德城诸多吟游诗人中的一位,自由自在地穿行在街头巷尾。",
50+
"elePrefix": "神之眼",
5051
"element": "",
5152
"id": 10000022,
5253
"materials": [

0 commit comments

Comments
 (0)