feat: add playwright usage docs

This commit is contained in:
engigu
2026-03-19 18:08:26 +08:00
parent ce9fb9aa76
commit 7d102f33ec
10 changed files with 456 additions and 15 deletions
+8
View File
@@ -24,6 +24,14 @@ mkdir -p \
/app/configs \
/app/envs
if [ -d "/app/example" ]; then
mkdir -p /app/data/scripts/example
rsync -a --ignore-existing /app/example/ /app/data/scripts/example/ || true
log "Example scripts synced to /app/data/scripts/example"
else
log "No example directory found, skipping example sync"
fi
# ============================
# Mise 环境初始化
# ============================