Bläddra i källkod

新增启动文件

liuq 5 månader sedan
förälder
incheckning
e2f289dfb6
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      start.bat

+ 9 - 0
start.bat

@@ -0,0 +1,9 @@
+@echo off
+chcp 65001 >nul
+echo 正在使用 PowerShell 执行 start.ps1...
+powershell.exe -ExecutionPolicy Bypass -File "%~dp0start.ps1"
+if %ERRORLEVEL% NEQ 0 (
+    echo 执行失败,错误代码: %ERRORLEVEL%
+    pause
+)
+