refine workbench page usability

This commit is contained in:
kris
2026-03-28 06:32:47 +08:00
parent 17809605da
commit 7bf93e610e
6 changed files with 978 additions and 325 deletions

View File

@@ -39,7 +39,9 @@ for file in web/storyforge-web-v4/assets/app.js web/storyforge-web-v4/assets/sto
done
node --check scripts/douyin-browser-capture/control_panel.mjs
echo "[5/5] validate homepage dashboard tests"
node --test web/storyforge-web-v4/tests/dashboard-home.test.mjs
echo "[5/5] validate homepage and workbench tests"
node --test \
web/storyforge-web-v4/tests/dashboard-home.test.mjs \
web/storyforge-web-v4/tests/workbench-pages.test.mjs
echo "baseline checks passed"