first commit

This commit is contained in:
sexygoat
2026-01-22 16:43:48 +08:00
parent 36590e3cc0
commit 777265209a
15 changed files with 16425 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}