From ab7e1f2d303ef0ac7c012f929d7a991047673191 Mon Sep 17 00:00:00 2001 From: Wang_Run_Ze Date: Fri, 27 Jun 2025 17:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20start=5Fdetection.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start_detection.bat | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 start_detection.bat diff --git a/start_detection.bat b/start_detection.bat deleted file mode 100644 index 561ee3d..0000000 --- a/start_detection.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off -chcp 65001 >nul -cd /d "%~dp0" - -echo ======================================== -echo 道路损伤检测系统 - 快速启动 -echo ======================================== -echo. - -echo 正在检查Python环境... -python --version >nul 2>&1 -if errorlevel 1 ( - echo 错误: 未找到Python环境 - echo 请先安装Python 3.8或更高版本 - pause - exit /b 1 -) - -echo Python环境检查通过 -echo. - -echo 正在启动检测系统... -echo. - -python run_detection.py - -echo. -echo 程序已结束 -pause \ No newline at end of file