项目初始化

This commit is contained in:
2025-06-26 16:48:49 +08:00
commit eb17d1f7f5
19 changed files with 301 additions and 0 deletions

12
start.bat Normal file
View File

@ -0,0 +1,12 @@
@echo off
:: 激活 chache 虚拟环境
call conda activate chache
:: 切换到 .bat 文件所在目录main.py 所在目录)
cd /d %~dp0%
:: 运行主程序
python main.py
:: 防止窗口关闭,方便查看输出结果
pause