按提示词结论补 switchkins 完整覆盖锁

This commit is contained in:
cnc
2026-06-02 14:40:52 +08:00
parent 31e1e4499e
commit 0abf801856
7 changed files with 164 additions and 3 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: browser smoke verifies OPFS-backed wasm/API/app flows
# against source-backed LinuxCNC RS274 parameter persistence and generated
# switchkins/remap fixtures without bypassing OPFS.
chromium_bin=${CHROMIUM:-}
if [[ -z "$chromium_bin" ]]; then
for candidate in chromium chromium-browser google-chrome; do