0.1.23 - Multiple Fixes for DX #26

Merged
Firq merged 2 commits from dev into main 2024-01-05 00:20:38 +00:00
Showing only changes of commit fcd05dcb09 - Show all commits

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