mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
fix(web): refill the header paragraph (cosmetic)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user