Rewrite entire project for v1.0.0

- Remove legacy code and replace with new implementation
- Update version to 1.0.0
- Adjust build configurations and dependencies.
This commit is contained in:
CPTProgrammer
2025-04-21 04:31:40 +08:00
parent 7ccb661fbd
commit d5f37d5e07
29 changed files with 792 additions and 282 deletions
+10 -2
View File
@@ -1,2 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
* test=auto eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf