Add install script for clone-first one-click deployment.

Prompt for repo URL and install directory, auto git clone, then run project setup. Keep deploy.py for in-repo updates only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-12 11:52:57 +08:00
parent 3149770887
commit 6897f88afd
9 changed files with 403 additions and 44 deletions
+2
View File
@@ -1,3 +1,5 @@
# 已在项目目录内时:更新依赖与配置(不会克隆代码)
# 首次安装请用: .\scripts\install.ps1
$ErrorActionPreference = "Stop"
Set-Location (Split-Path -Parent $PSScriptRoot)
python scripts/deploy.py