This commit is contained in:
2026-06-03 15:04:47 +08:00
parent bf9ea19771
commit 453008a83e
6 changed files with 61 additions and 15 deletions

View File

@@ -17,8 +17,13 @@ import indexPromoteIcon from '/static/images/index/tgbg.png'
import indexMyReportIcon from '/static/images/index/wdbg.png'
import indexInvitationIcon from '/static/images/index/yqhy.png'
import { useAppConfig } from '@/composables/useAppConfig'
import { ensurePrivacyConsentIfNeeded } from '@/composables/usePrivacyConsent'
definePage({ type: 'home', layout: 'home' })
definePage({ layout: 'home' })
onShow(() => {
ensurePrivacyConsentIfNeeded()
})
const banners = [bannerImg, bannerImg2, bannerImg3]