article: sync DeepSeek Harness report

This commit is contained in:
wuyang6
2026-08-14 18:43:07 +08:00
parent 47de7059af
commit 8872404966
3 changed files with 231 additions and 14 deletions
+3
View File
@@ -151,6 +151,7 @@ button, input { font: inherit; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2.3em; font-size: 25px; font-weight: 500; }
.prose p, .prose li { color: #2f3c41; }
.prose a { overflow-wrap: anywhere; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 2.2em 0; padding: 20px 26px; border-left: 3px solid var(--rust); background: rgba(178, 72, 45, .06); }
.prose pre { overflow-x: auto; padding: 22px; border-radius: 2px; font-size: 13px; line-height: 1.6; }
@@ -233,6 +234,8 @@ button, input { font: inherit; }
.prose table { display: block; overflow-x: auto; white-space: normal; font-size: 12px; }
.prose th, .prose td { min-width: 112px; padding: 10px 8px; }
.prose img, .prose svg { width: calc(100vw - 28px); }
.prose p:has(> img[src$="dsh-service-seams.svg"]) { width: 100%; margin: 2.6em 0; overflow-x: auto; scrollbar-width: thin; }
.prose p > img[src$="dsh-service-seams.svg"] { width: 1080px; max-width: none; margin: 0; transform: none; }
}
@media (prefers-reduced-motion: reduce) {