Refine NPC interactions and runtime item generation

This commit is contained in:
2026-04-05 17:13:07 +08:00
parent c49c64896a
commit 89cecda7da
58 changed files with 4199 additions and 1562 deletions

View File

@@ -260,7 +260,7 @@ export function CharacterDetailModal({
</div>
<div className="space-y-4 lg:min-h-0 lg:overflow-y-auto lg:pr-1">
<Section title="Skills">
<Section title="技能">
<SkillList skills={character.skills} resourceLabels={resourceLabels} />
</Section>