fix(docs): regenerate playground GIF with live indicator states

Restore the capture script for the new pane-indicator layout so the README demo shows correct idle/active/pending/ok colors and pulsing animations while typing.
This commit is contained in:
Yang Jun
2026-06-23 13:54:44 +08:00
parent 25490e216f
commit 45909ed286
3 changed files with 308 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
"build:changelog": "node bin/build-changelog.js",
"build:docs-hexo": "cd docs && npm ci && npm run build && shx cp CNAME public/",
"serve:docs": "cd docs && npm run start",
"dev:docs": "run-s prepare:docs serve:docs"
"dev:docs": "run-s prepare:docs serve:docs",
"capture:readme-playground": "node bin/capture-readme-playground.mjs"
},
"bin": {
"liquidjs": "./bin/liquid.js",