This commit is contained in:
Your Name
2026-04-16 13:05:07 +08:00
commit 32efff1670
99 changed files with 9974 additions and 0 deletions

7
start_domain_stack.ps1 Normal file
View File

@@ -0,0 +1,7 @@
$ErrorActionPreference = 'Stop'
$root = Split-Path -Parent $MyInvocation.MyCommand.Path
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'start_domain_api.ps1')
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'start_domain_web_background.ps1')
Write-Output 'domainCheck Web/API 栈已启动'