Delete small bat.

This commit is contained in:
666ghj
2025-11-13 00:55:38 +08:00
parent f004407f4b
commit 403dbbd296
2 changed files with 1 additions and 13 deletions
-13
View File
@@ -1,13 +0,0 @@
@echo off
REM 切换到当前 bat 文件所在目录(不怕有中文路径)
cd /d "%~dp0"
REM 激活虚拟环境(注意:是 activate.bat,不是 Activate.ps1
call .\myenv\Scripts\activate.bat
REM 运行你的程序
python app.py
REM 防止双击后窗口一闪而过(如果不需要可以删掉这一行)
pause
+1
View File
@@ -32,6 +32,7 @@ jieba==0.42.1
# ===== 数据库 =====
pymysql==1.1.0
aiomysql==0.2.0
asyncmy==0.2.9
aiosqlite==0.21.0
redis>=4.6.0
SQLAlchemy==2.0.35