feat: prepare sellable source delivery edition

This commit is contained in:
liumangmang
2026-04-16 23:28:26 +08:00
parent f606d20000
commit 37dc4d8216
93 changed files with 7649 additions and 3096 deletions

View File

@@ -0,0 +1,13 @@
@echo off
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0start-installed.ps1"
if errorlevel 1 (
echo.
echo [ERROR] SSH Manager 启动失败
echo 日志目录: %LOCALAPPDATA%\SSHManager\logs
pause
exit /b 1
)
endlocal