文档修改

This commit is contained in:
2026-05-21 16:51:27 +08:00
parent 7dbc5542de
commit ab854b2c3c
14 changed files with 116 additions and 102 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#Requires -Version 5.1
<#
.SYNOPSIS
crypto_monitor 一键环境部署(Windows PowerShell
crypto_monitor_user 一键环境部署(Windows PowerShell
.DESCRIPTION
- 为各子项目创建 Python venv 并安装依赖
@@ -176,7 +176,7 @@ function Install-Pm2IfNeeded() {
}
# --- main ---
Write-Host "crypto_monitor 环境部署" -ForegroundColor White
Write-Host "crypto_monitor_user 环境部署" -ForegroundColor White
Write-Host "仓库根目录: $RepoRoot" -ForegroundColor DarkGray
if (-not (Test-Path $ReqFile)) {