fix(desktop): restore Eternal Lake Heart hierarchy

This commit is contained in:
冰朔 2026-08-16 23:24:59 +08:00
commit c2a5c52501
4 changed files with 40 additions and 16 deletions

View file

@ -10,8 +10,8 @@ test('ambient lake motion sleeps by default and wakes only after human interacti
assert.match(source, /onPointerMove=\{wakeAmbientMotion\}/)
assert.match(source, /onPointerDown=\{wakeAmbientMotion\}/)
assert.match(source, /onKeyDown=\{wakeAmbientMotion\}/)
assert.match(styles, /\.official-world \.world-star,[\s\S]*animation-play-state: paused/)
assert.match(styles, /\.official-world\.motion-awake \.world-star,[\s\S]*animation-play-state: running/)
assert.match(styles, /\.official-world \.world-star,[\s\S]*animation: none/)
assert.match(styles, /\.official-world\.motion-awake \.world-star \{ animation: world-star-breathe/)
})
test('the desktop shell has no permanent polling interval while idle', () => {