Initial commit

This commit is contained in:
2025-08-06 09:30:23 +08:00
commit e0e6babe83
994 changed files with 116653 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import autoImport from 'unplugin-auto-import/vite'
export default function createAutoImport() {
return autoImport({
imports: [
'vue',
'vue-router',
'pinia'
],
dts: false
})
}