This commit is contained in:
2026-07-12 21:26:08 +08:00
commit 9dd41afd48
502 changed files with 129901 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
# 已废弃:请使用 bash install.sh --platform claude
#!/bin/bash
# Claude 旧入口兼容包装
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "$SCRIPT_DIR/install.sh" --platform claude "$@"