main v1.0

This commit is contained in:
2025-11-24 22:01:29 +08:00
parent 14191d2720
commit 7c6f0b11de
362 changed files with 6988 additions and 219 deletions

37
.gitignore vendored
View File

@@ -1,37 +0,0 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
assets/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.DS_Store
lib
plugin