26-2-25 在用版本备份

This commit is contained in:
2026-02-25 21:35:10 +08:00
parent 6aa522f3e2
commit cf51900c96
7 changed files with 334 additions and 8 deletions

4
build_x64.bat Normal file
View File

@@ -0,0 +1,4 @@
chcp 65001
@echo off
cmake -S . -B build_x64 -A x64 -DBUILD_EZUI=OFF
pause