fix:增加md样式重写文件

This commit is contained in:
Gsh
2025-07-07 21:21:55 +08:00
parent f58e079741
commit 3f88bd4158
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import { useFilesStore } from '@/stores/modules/files';
import { useModelStore } from '@/stores/modules/model'; import { useModelStore } from '@/stores/modules/model';
import { useUserStore } from '@/stores/modules/user'; import { useUserStore } from '@/stores/modules/user';
import '@/styles/github-markdown.css'; import '@/styles/github-markdown.css';
import '@/styles/yixin-markdown.scss';
type MessageItem = BubbleProps & { type MessageItem = BubbleProps & {
key: number; key: number;

View File

@@ -0,0 +1,5 @@
@use './github-markdown.css';
//需要重写的样式放这里
.elx-xmarkdown-container {
//color: #0fa958 !important;
}