Skip to content

Commit

Permalink
res(viewer): 水黑猫目录
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Jun 5, 2024
1 parent 7e47c93 commit f50d822
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 19 deletions.
44 changes: 37 additions & 7 deletions apps/blue-archive-story-viewer/public/config/yaml/students.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@
familyName:
cn: 勘解由小路
jp: 勘解由小路
en: Kadenokoji
en: Kadenokouji
kr: 카데노코지
tw: 勘解由小路
th: คาเดโนะโคจิ
Expand Down Expand Up @@ -2417,7 +2417,7 @@
en: Fuwa
kr: 후와
tw: 不破
th: 不破
th: ฟูวะ
name:
cn: 莲华
jp: レンゲ
Expand Down Expand Up @@ -2445,7 +2445,7 @@
en: Kiryuu
kr: 키류
tw: 桐生
th: 桐生
th: คิริว
name:
cn: 桔梗
jp: キキョウ
Expand Down Expand Up @@ -2770,8 +2770,8 @@
jp: モモイ(メイド)
en: Momoi (Maid)
kr: 모모이(메이드)
tw: モモイ(メイド
th: モモイ(メイド)
tw: 桃井(女僕
th: โมโมอิ (ชุดเมด)
nickname: []
nicknameFrom: 13011
birthday:
Expand Down Expand Up @@ -2799,8 +2799,8 @@
jp: ミドリ(メイド)
en: Midori (Maid)
kr: 미도리(메이드)
tw: ミドリ(メイド
th: ミドリ(メイド)
tw: 綠(女僕
th: มิโดริ (ชุดเมด)
nickname: []
nicknameFrom: 10016
birthday:
Expand Down Expand Up @@ -4757,6 +4757,36 @@
armorType: HeavyArmor
bulletType: Pierce
weapon: SMG
- id: 20036
familyName:
cn: 黑见
jp: 黒見
en: Kuromi
kr: 쿠로미
tw: 黒見
th: 黒見
name:
cn: 芹香(泳装)
jp: セリカ(水着)
en: Serika (Swimsuit)
kr: 세리카(수영복)
tw: セリカ(水着)
th: セリカ(水着)
nickname:
- 水黑猫
nicknameFrom: 13008
birthday:
month: 6
day: 25
club: 对策委员会
clubCode: Countermeasure
affiliation: 阿比多斯
schoolCode: Abydos
rarity: 3
type: Special
armorType: HeavyArmor
bulletType: Mystic
weapon: AR
- id: 23000
familyName:
cn: 栗村
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,8 @@ export interface HomeDisplayInfo {
const homepageDisplayInfoList: HomeDisplayInfo[] = [
{
type: "student",
jumpTo: 10094,
title: "才羽 桃井(女仆)",
},
{
type: "student",
jumpTo: 10095,
title: "才羽 绿(女仆)",
},
{
type: "student",
jumpTo: 10066,
title: "天童 爱丽丝(女仆)",
jumpTo: 20036,
title: "黑见 芹香(泳装)",
},
{
type: "minigame",
Expand Down
11 changes: 11 additions & 0 deletions apps/blue-archive-story-viewer/src/components/UpdateLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
import { UpdateLog } from "@/types/UpdateNews";
const updateLogs: UpdateLog[] = [
{
date: "2024-06-09",
contents: [
{
type: "student",
students: [
{ name: "黑见 芹香(泳装)", id: 20036 },
],
},
],
},
{
date: "2024-06-02",
contents: [
Expand Down

0 comments on commit f50d822

Please sign in to comment.