Init Push

This commit is contained in:
2026-04-19 16:14:05 +08:00
commit 5b6bd1ac23
54 changed files with 80296 additions and 0 deletions

8
one_click_verify.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
# 解析当前脚本所在目录,确保从任意路径调用都能找到 Python 主脚本。
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# 透传全部命令行参数给一键验证入口。
python3 "$SCRIPT_DIR/one_click_verify.py" "$@"