ba-cafe

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 37ea9a923a6e6a42a06d932a2ee3d5f227054805
parent c10ee807f3241a6c3a5a19ef4af6bc70619b6ebe
Author: Sunny <kajimalu10@gmail.com>
Date:   Thu, 11 Jun 2026 23:10:02 +0900

fix nagusa_swimsuit

Diffstat:
Msrc/components/pages.tsx | 3++-
Msrc/lib/bondData.ts | 12++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/components/pages.tsx b/src/components/pages.tsx @@ -284,6 +284,7 @@ export const OVERLAY_CONTENTS: Record<string, { title: string; body: React.React title: "運営者情報など", body: (() => { const updateLogs = [ + { date: '2026-06-11', content: '贈物追加: ナグサ(水着)' }, { date: '2026-06-10', content: '新規追加: ナグサ(水着)' }, { date: '2026-06-10', content: '贈物修正: エリカ' }, { date: '2026-06-07', content: '絆ランク記録機能追加' }, @@ -315,7 +316,7 @@ export const OVERLAY_CONTENTS: Record<string, { title: string; body: React.React </div> <div className="flex flex-col gap-2"> <h3 className="font-bold text-foreground border-b border-muted pb-1">変更履歴</h3> - <div className="show-scrollbar bg-background/50 rounded-md p-1.5 max-h-48 overflow-y-auto space-y-2 text-sm"> + <div className="show-scrollbar bg-background/50 rounded-md p-1.5 max-h-48 overflow-y-auto space-y-1 text-sm"> {updateLogs.map((log, index) => ( <div key={index} className="flex gap-3"> <span className="shrink-0">{log.date}</span> diff --git a/src/lib/bondData.ts b/src/lib/bondData.ts @@ -1809,6 +1809,18 @@ export const CHARACTER_LIST = [ id: 'nagusa_swimsuit', name: 'ナグサ(水着)', giftRatings: { + 'おしゃれなくし': 'ss', + 'サミュエラ「ザ・ビヨンド」': 'sa', + 'ミルフィーユの正統派パフェ': 'sa', + '古典の詩集': 'na', + '夏模様の浮き輪': 'na', + 'チェリーローズカラーのグロス': 'nb', + 'お肌を透明にするBBクリーム': 'nb', + 'ミリタリー用カモフラージュクリーム3種セット': 'nb', + '高級なクッキーセット': 'nb', + 'MX-レーションC型デザート風味': 'nb', + '抹茶味の瓶ラムネ': 'nb', + '大きなホールケーキ': 'nb', } as Record<string, keyof typeof GIFT_EXP> }, {