麻了先暂存

This commit is contained in:
2025-07-21 16:24:04 +08:00
parent 2c8166b832
commit d1e20383e4
21 changed files with 915 additions and 75 deletions

View File

@@ -0,0 +1,5 @@
@echo off
echo 清理临时文件...
if exist "obj" rmdir /s /q obj
if exist "bin" rmdir /s /q bin
echo 清理完成!