'第一版'

This commit is contained in:
zhangjie
2024-03-10 16:44:17 +08:00
commit bceede467d
163 changed files with 29422 additions and 0 deletions

7
build.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
call "%~dp0\gradlew" assembleRelease --no-daemon
call "%~dp0\jar\genJar.bat" %1
pause