refactor: 替换 Markdown 渲染组件为 markdown-to-jsx

This commit is contained in:
2026-06-03 13:13:04 +08:00
parent 5b09a16bc3
commit 02a202290f
8 changed files with 8 additions and 262 deletions

View File

@@ -239,32 +239,6 @@ body {
--os-handle-interactive-area-offset: 4px;
}
.x-markdown-light table,
.x-markdown-dark table {
border-collapse: collapse;
width: 100%;
}
.x-markdown-light th,
.x-markdown-light td,
.x-markdown-dark th,
.x-markdown-dark td {
border: 1px solid var(--ant-color-border);
padding: 6px 12px;
text-align: left;
}
.x-markdown-light th,
.x-markdown-dark th {
background: var(--ant-color-fill-quaternary);
font-weight: 600;
}
.x-markdown-light .x-md-table-wrap,
.x-markdown-dark .x-md-table-wrap {
overflow-x: auto;
}
.app-inbox-page {
display: flex;
height: 100%;