This commit is contained in:
Firq 2024-01-05 01:14:28 +01:00
parent 7ed78bceff
commit 0a028681ac
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -7,7 +7,7 @@ import { plsLoadImage } from '../utils/tools'
export interface Props {
name: string
imageFile: string
mlb: string
mlb: boolean
}
const { mlb, imageFile, name } = Astro.props