chore: 项目名称规范化调整

This commit is contained in:
shy3130
2026-06-19 21:31:35 +08:00
parent a7c7543c1d
commit d1cb13f607
16 changed files with 30 additions and 29 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# tf-stocks-panel - one-shot launcher for backend + frontend (Windows / PowerShell)
# tf-stock-panel - one-shot launcher for backend + frontend (Windows / PowerShell)
#
# Usage:
# .\dev.ps1
@@ -128,7 +128,7 @@ if (-not (Test-Path (Join-Path $FrontendDir 'node_modules'))) {
# ===== 4. Banner (ASCII so it renders on any codepage) =====
Write-Host ''
Write-Host '+----------------------------------------------+' -ForegroundColor Blue
Write-Host '| tf-stocks-panel |' -ForegroundColor Blue
Write-Host '| tf-stock-panel |' -ForegroundColor Blue
Write-Host '| |' -ForegroundColor Blue
Write-Host "| backend http://localhost:$BackendPort" -ForegroundColor Blue
Write-Host "| frontend http://localhost:$FrontendPort" -ForegroundColor Blue