From 036f4d8d9408f985ab4962f44e03b5d1f3f21f85 Mon Sep 17 00:00:00 2001 From: reng Date: Fri, 8 Aug 2025 15:28:14 +0800 Subject: [PATCH] add start.bat --- start.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.bat diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..b64a6d2 --- /dev/null +++ b/start.bat @@ -0,0 +1,4 @@ +@echo off +cd /d %~dp0 +call .venv\Scripts\activate.bat +.venv\Scripts\python.exe app.py \ No newline at end of file