import type { CardFaceProps } from "./types"; /** 卡面:斜线纹理 + 右上角光晕 */ export function LineFace(_: CardFaceProps) { return ( <>
); }