feat: render markdown in chat

This commit is contained in:
jialin
2025-02-11 14:01:46 +08:00
parent 349b895ac5
commit 4498f069f0
12 changed files with 493 additions and 235 deletions
@@ -20,6 +20,18 @@
display: none;
}
.actions .mrkd-switch {
border-radius: 12px;
.ant-segmented-thumb,
.ant-segmented-item-selected,
.ant-segmented-item,
.ant-segmented-item::after {
border-radius: 10px;
overflow: hidden;
}
}
&:hover {
.actions {
display: flex;