chore: update detail

This commit is contained in:
radishzzz 2025-03-14 13:45:50 +00:00
parent 91d27dd2ba
commit ca1abd28c1
10 changed files with 63 additions and 61 deletions

View file

@ -5,7 +5,7 @@ import themeConfig from '@/config'
interface Props {
class?: string
supportedLangs?: string[] // 文章支持的语言列表
supportedLangs: string[]
}
const { class: className, supportedLangs = [] } = Astro.props