add: character

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent 46a8528864
commit afb4276dd1
18 changed files with 194 additions and 79 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import type { Talent } from '@remake/data/talent'
import { type Talent, talents } from '@remake/data'
import TalentComponent from './Talent'
import talents from '@remake/data/talent'
import './Replaced.css'
export interface TalentProps {
+1 -2
View File
@@ -1,5 +1,4 @@
import type { Talent } from '@remake/data/talent'
import talents from '@remake/data/talent'
import { type Talent, talents } from '@remake/data'
import './Talent.css'
export interface TalentProps {