feat: image lightbox and curl|bash Ubuntu deploy

Add click-to-zoom for uploaded images, move manage.sh to deploy/ for
curl|bash bootstrap, and remove Windows docs and PowerShell scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 20:43:54 +08:00
parent 3e52b8eb87
commit 83fd9c1fd9
11 changed files with 505 additions and 455 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# 兼容入口:转调交互式管理脚本的一键部署
# 推荐直接使用: sudo bash scripts/manage.sh
# 兼容入口 → deploy/manage.sh deploy
# 推荐: curl -fsSL https://git.bz121.com/dekun/crypto_key/raw/branch/main/deploy/manage.sh | bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "${SCRIPT_DIR}/manage.sh" deploy
exec bash "${SCRIPT_DIR}/../deploy/manage.sh" deploy