fix(web): refill the header paragraph (cosmetic)

This commit is contained in:
Chinesezjc
2026-08-07 13:22:19 +08:00
parent bd9e57acd1
commit f5603f169d
+3 -4
View File
@@ -17,10 +17,9 @@
// axes for the chip and the trigger, and disjoint click areas — never
// absolute coordinates, whose pixel values depend on installed fonts and
// differ between macOS and Linux. The center hit-test is Playwright's
// actionability check: clicking the chip
// fails in a real engine when the element center does not receive pointer
// events. jsdom resolves no layout, so only a real engine can answer any of
// these facts.
// actionability check: clicking the chip fails in a real engine when the
// element center does not receive pointer events. jsdom resolves no
// layout, so only a real engine can answer any of these facts.
import { readFile } from 'node:fs/promises'
import { mkdirSync } from 'node:fs'
import { fileURLToPath } from 'node:url'