update: character

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent ad4e83fc47
commit f4204601ee
22 changed files with 495 additions and 101 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import './Talent.css'
export interface TalentProps {
id: Talent['id']
selected: boolean
selected?: boolean
}
export function TalentComponent({ id, selected }: TalentProps) {
const talent = talents.get(id)