feat: report native junction quality metrics

This commit is contained in:
2026-08-14 16:21:26 +08:00
parent 3eea12c6ea
commit 822e6ef936
5 changed files with 27 additions and 3 deletions

View File

@@ -23,4 +23,6 @@ assert.match(app, /scenePreviewToggle\.onchange/);
assert.match(app, /layers\.sidewalks\.setVisible\(document\.querySelector\('\[data-layer="sidewalks"\]'\)\.checked\)/);
assert.match(app, /function selectJunction\(feature\)/);
assert.match(app, /candidate\.get\("native_id"\) === item\.subjectId/);
assert.match(app, /外缘扩张倍率/);
assert.match(app, /最大外缘扩张/);
console.log("road workbench tests passed");