🎨 修复测试布局和图表交互

This commit is contained in:
Orion
2026-06-05 09:40:31 +08:00
parent 188025c354
commit c872958a18
2 changed files with 13 additions and 11 deletions
@@ -72,7 +72,10 @@ for i in $(seq 1 60); do
break
fi
sleep 1
[[ "$i" == "60" ]] && { docker logs --tail 120 filecodebox || true; fail '服务未恢复'; }
if [[ "$i" == "60" ]]; then
docker logs --tail 120 filecodebox || true
fail '服务未恢复'
fi
done
if grep -q 'fcb-analytics.js' /tmp/filecodebox-update-index.html; then