This commit is contained in:
liuhanhua
2025-09-26 17:25:54 +08:00
parent 5a38b8624e
commit 4e03ba571c
28 changed files with 1042 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
### build ###
node_modules/
dist/
pnpm-lock.yaml
yarn.lock
### umi ###
.umi
.umi-production
### IDEA ###
.idea/
*.iml
### Mac OS ###
.DS_Store
package-lock.json