feat: 夏栎木 桃椰子木

This commit is contained in:
起个名字好难的喵
2025-10-20 19:52:17 +08:00
parent b0b216c22f
commit 4e534d79b8
54 changed files with 438 additions and 70 deletions

View File

@@ -296,7 +296,7 @@ jobs:
echo "🔍 开始地图追踪目录结构校验..."
: > validation_output.log
set +e
python build/validate.py "repo/pathing" --fix 2>&1 | tee -a validation_output.log
python build/validate.py "repo/pathing" --fix --structure 2>&1 | tee -a validation_output.log
PY_EXIT=$?
set -e