This commit is contained in:
kron
2025-11-25 15:02:13 +08:00
commit 4d470ea44a
13 changed files with 11508 additions and 0 deletions

8
vite.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
const { defineConfig } = require('vite')
const uni = require('@dcloudio/vite-plugin-uni').default
module.exports = defineConfig({
plugins: [
...uni()
]
})