补充本地调试页面入口

This commit is contained in:
zhangshun
2026-06-01 17:25:10 +08:00
parent 2d9bd1d4d7
commit 4c1ec24be8
3 changed files with 348 additions and 2 deletions

View File

@@ -45,9 +45,9 @@ $publicDir = Resolve-Path "public"
Write-Host "[ ] Starting dev server..." -ForegroundColor Cyan
Write-Host ""
Write-Host "Server info:" -ForegroundColor White
Write-Host " - URL: http://localhost:8080" -ForegroundColor Cyan
Write-Host " - URL: http://localhost:8080/index.html" -ForegroundColor Cyan
Write-Host " - Root: $publicDir" -ForegroundColor Gray
Write-Host " - Home: /smart_test.html" -ForegroundColor Gray
Write-Host " - Home: /index.html" -ForegroundColor Gray
Write-Host " - Stop: Ctrl+C" -ForegroundColor Yellow
Write-Host ""