Skip to content

Commit

Permalink
chore(viewer): 更新目录
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Feb 15, 2025
1 parent e1ab7a6 commit bd135d0
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 10110
abstracts:
- groupId: 101102
title:
TextCn: ""
TextCn: 来自睡美人的邀请
TextKr: 권력 남용
TextJp: 眠り姫からの誘い
TextTh: ""
Expand All @@ -19,7 +19,7 @@ abstracts:
TextEn: ""
- groupId: 101103
title:
TextCn: ""
TextCn: 重复着不习惯的事情
TextKr: 간호 요청
TextJp: 慣れないことを重ねて
TextTh: ""
Expand All @@ -36,7 +36,7 @@ abstracts:
TextEn: ""
- groupId: 101105
title:
TextCn: ""
TextCn: 迈向知己的第一步
TextKr: 전용 도서관
TextJp: 語らいの第一歩
TextTh: ""
Expand All @@ -51,7 +51,7 @@ abstracts:
TextEn: ""
- groupId: 101106
title:
TextCn: ""
TextCn: 怀揣梦想的雏鸟为未来的展翅而歌唱
TextKr: 새들이 따르는 소녀
TextJp: 夢見る雛鳥はいつかの巣立ちに歌を捧ぐ
TextTh: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 10112
abstracts:
- groupId: 101122
title:
TextCn: ""
TextCn: 公交车上
TextKr: 버스 안에서
TextJp: バスの中で
TextTh: ""
Expand All @@ -17,7 +17,7 @@ abstracts:
TextEn: ""
- groupId: 101123
title:
TextCn: ""
TextCn: 小卖部约会
TextKr: 매점 데이트
TextJp: 売店デート
TextTh: ""
Expand All @@ -32,7 +32,7 @@ abstracts:
TextEn: ""
- groupId: 101125
title:
TextCn: ""
TextCn: 意想不到的相遇
TextKr: 우연한 만남
TextJp: 思いがけない出会い
TextTh: ""
Expand All @@ -49,7 +49,7 @@ abstracts:
TextEn: ""
- groupId: 101126
title:
TextCn: ""
TextCn: 要找的东西是
TextKr: 잃어버린 핸드폰
TextJp: 探し物は
TextTh: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 20041
abstracts:
- groupId: 200412
title:
TextCn: ""
TextCn: 合理的饮食习惯
TextKr: 합리적인 생활
TextJp: 合理的な食生活
TextTh: ""
Expand All @@ -19,7 +19,7 @@ abstracts:
TextEn: ""
- groupId: 200413
title:
TextCn: ""
TextCn: 快递代收
TextKr: 배송 대행지
TextJp: 受取代行
TextTh: ""
Expand All @@ -36,7 +36,7 @@ abstracts:
TextEn: ""
- groupId: 200415
title:
TextCn: ""
TextCn: 设计
TextKr: 디자인
TextJp: デザイン
TextTh: ""
Expand All @@ -53,7 +53,7 @@ abstracts:
TextEn: ""
- groupId: 200416
title:
TextCn: ""
TextCn: 秘密的场所
TextKr: 비밀의 장소
TextJp: 秘密の場所
TextTh: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@ export interface HomeDisplayInfo {
const homepageDisplayInfoList = ref<HomeDisplayInfo[]>([
{
type: "student",
jumpTo: 10111,
title: "美甘 尼禄(制服)",
jumpTo: 10110,
title: "百合园 圣娅",
},
{
type: "student",
jumpTo: 26014,
title: "角楯 花凛(制服)",
jumpTo: 10112,
title: "一之濑 明日奈(制服)",
},
{
type: "student",
jumpTo: 10034,
title: "水羽 三森",
jumpTo: 20041,
title: "调月 莉音",
},
{
type: "student",
jumpTo: 20011,
title: "黑见 芹香(正月)",
},
{
type: "minigame",
Expand Down
14 changes: 14 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,20 @@
import { UpdateLog } from "@/types/UpdateNews";
const updateLogs: UpdateLog[] = [
{
date: "2025-02-16",
contents: [
{
type: "student",
students:[
{ name: "百合园 圣娅", id: 10110 },
{ name: "一之濑 明日奈(制服)", id: 10112 },
{ name: "调月 莉音", id: 20041 },
{ name: "黑见 芹香(正月)", id: 20011 },
]
},
],
},
{
date: "2025-01-29",
contents: [
Expand Down

0 comments on commit bd135d0

Please sign in to comment.