first commit

This commit is contained in:
bing
2026-04-03 11:32:07 +08:00
commit 003be19522
1142 changed files with 185854 additions and 0 deletions

5
tools/_clean_release.bat Normal file
View File

@@ -0,0 +1,5 @@
cd "./release/"
del /F /S /Q "./*.*"
cd "../lib/"
del /F /S /Q "./QxOrm.*"
cd "../"