初始化

This commit is contained in:
梁泽军
2025-06-16 18:12:26 +08:00
commit f1cf65e7a7
57 changed files with 1739 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# dependencies
node_modules/
# production
/dist
# misc
.DS_Store
.env*
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# editor
.vscode/
.idea/
*.swp