AcidGr/dsh-web-mobile-fix
AcidGr★ 3JavaScript最后同步: 2026-08-15
DeepSeek Harness (dsh) Web plugin
README 摘要
dsh-web-mobile-fix Mobile layout fixes for the DeepSeek Harness Web UI. A pure client-side CSS overlay that repairs the worst mobile breakages on narrow (≤700px viewport) screens, without touching any product source: - Settings panel becomes a full-screen column layout instead of a squeezed desktop layout - Directory-picker footer (Cancel / Confirm) pinned to one bottom row - Sidebar opens full-screen instead of squeezing the conversation - Settings plugin navigation (4 buttons) fits on a single row - Session-log button collapses to an icon - Model name hidden in the composer (chevron only) - Dropdowns / popups / menus render centered How it works The plugin ships a browser half ( exports["./client"] , declared via dsh.client.platform: "web" ), discovered by the client-modules scanner and loaded from the boot manifest. It injects one tag with @media (max-width: 700px) overrides targeting the product's stable data-slot attributes, and removes the tag on unload — fully reversible. Requirements - DeepSeek Harness Web profile ( dsh --profile web ), any recent 0.1.x release - Selectors target product slot contracts; they are stable within a version line but may need small updates after …
在 GitHub 查看完整 README →