update wave, cycle, damage type ...

This commit is contained in:
2025-05-02 16:54:55 +07:00
parent 665bdd497a
commit f9fd97598e
49 changed files with 2072 additions and 702 deletions

View File

@@ -2,10 +2,10 @@
import { getNameChar } from '@/helper';
import useLocaleStore from '@/stores/localeStore';
import { AvatarType } from '@/types';
import { AvatarHakushiType } from '@/types';
interface CharacterCardProps {
data: AvatarType
data: AvatarHakushiType
}
export function parseRuby(text: string): string {