style: markdown render

This commit is contained in:
jialin
2025-02-11 14:01:46 +08:00
parent 4498f069f0
commit 8ae031dbbd
11 changed files with 110 additions and 47 deletions
@@ -1,10 +1,12 @@
import React from 'react';
import { MessageItemAction } from './types';
interface CompareContextProps {
spans: {
span: number;
count: number;
};
actions?: MessageItemAction[];
systemMessage?: string;
globalParams: Record<string, any>;
loadingStatus: Record<symbol, boolean>;