🎉 Initial Commit

This commit is contained in:
2025-09-18 23:50:44 +08:00
commit 773cc220e0
15 changed files with 2681 additions and 0 deletions

11
eslint.config.mjs Normal file
View File

@@ -0,0 +1,11 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
{
rules: {
'vue/multi-word-component-names': 'off'
}
}
)