Compare commits

..

No commits in common. "main" and "v4.15.4" have entirely different histories.

3 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ const ShowStructedMessage = ({ messages }: ShowStructedMessageProps) => {
return (
<Snippet
hideSymbol
codeString={JSON.stringify(messages, null, 2)}
tooltipProps={{
content: '点击复制',
}}

View File

@ -121,7 +121,6 @@ const OneBotItemRender = ({ data, index, style }: OneBotItemRenderProps) => {
<PopoverContent>
<Snippet
hideSymbol
codeString={JSON.stringify(msg, null, 2)}
tooltipProps={{
content: '点击复制',
}}

View File

@ -41,7 +41,6 @@ const OneBotDisplayResponse: React.FC<OneBotDisplayResponseProps> = ({
<PopoverContent>
<Snippet
hideSymbol
codeString={JSON.stringify(data.data, null, 2)}
tooltipProps={{
content: '点击复制',
}}