docs: update production workflow design and runtime changes

This commit is contained in:
2026-06-14 18:47:00 +08:00
parent 58a87706ef
commit b1c59051b9
41 changed files with 2042 additions and 134 deletions
+17
View File
@@ -0,0 +1,17 @@
@echo off
:: =====================================================================
:: InSAR Management System - Windows One-Click Stopper
:: =====================================================================
chcp 65001 >nul
setlocal
cd /d "%~dp0"
echo [*] Stopping system services (PowerShell)...
powershell -NoProfile -ExecutionPolicy Bypass -File "scripts\stop_app.ps1"
if %errorlevel% neq 0 (
echo.
echo [!] Stop failed.
pause
)