This commit is contained in:
2026-01-22 11:48:20 +08:00
commit 7ac6963378
10 changed files with 9790 additions and 0 deletions

5
nuxt.config.ts Normal file
View File

@@ -0,0 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true }
})