fix: keep V2X intersection code out of login UI

This commit is contained in:
2026-08-24 14:47:25 +08:00
parent 1c2d091ad2
commit bb2a1449ac
3 changed files with 9 additions and 8 deletions

View File

@@ -281,6 +281,8 @@ assert.match(v2xRuntime, /GCJ-02 -> WGS84 once/);
assert.match(v2xRuntime, /\/network\/ws\/network\/signal/);
assert.match(v2xRuntime, /\/network\/ws\/network\/obuPosition/);
assert.match(v2xRuntime, /\/network\/ws\/network\/targetPosition/);
assert.doesNotMatch(v2xRuntime, /Intersection code<input/);
assert.match(v2xRuntime, /V2X intersection code is not configured/);
assert.match(v2xRuntime, /gcj02ToWgs84/);
assert.match(previewRuntime, /createLiveVehicleState\(\)/);
assert.doesNotMatch(previewRuntime, /const cruise = addVehicleCruises\(/);