feat: sync lijiaoqiao implementation and staging validation artifacts

This commit is contained in:
Your Name
2026-03-31 13:40:00 +08:00
parent 0e5ecd930e
commit e9338dec28
686 changed files with 29213 additions and 168 deletions

12
scripts/auto_review/review.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
#===============================================================================
# Review快速执行入口
#===============================================================================
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# 加载配置
source "$SCRIPT_DIR/auto_review_config.sh"
# 执行review
"$SCRIPT_DIR/auto_review.sh" "$@"