Feature:产品总览页 & Strapi API

This commit is contained in:
2025-08-15 14:20:49 +08:00
parent 775ff17fda
commit 1c06b377d0
11 changed files with 518 additions and 14 deletions

6
i18n.config.ts Normal file
View File

@ -0,0 +1,6 @@
// @ts-expect-error - defineI18nConfig is provided by @nuxtjs/i18n
export default defineI18nConfig(() => ({
legacy: false,
locale: 'zh',
fallbackLocale: 'zh'
}))