Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
666ghj
2025-11-13 00:55:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
403dbbd2963417d6301d1c344f8e1ec344a19bfe
403dbbd2
1 parent
f004407f
Delete small bat.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
13 deletions
BettaFish.bat
requirements.txt
BettaFish.bat
deleted
100644 → 0
View file @
f004407
@echo off
REM 切换到当前 bat 文件所在目录(不怕有中文路径)
cd /d "%~dp0"
REM 激活虚拟环境(注意:是 activate.bat,不是 Activate.ps1)
call .\myenv\Scripts\activate.bat
REM 运行你的程序
python app.py
REM 防止双击后窗口一闪而过(如果不需要可以删掉这一行)
pause
requirements.txt
View file @
403dbbd
...
...
@@ -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
...
...
Please
register
or
login
to post a comment