mirror of
https://git.um-react.app/um/um-react.git
synced 2026-08-28 04:12:00 +00:00
feat: add instructions to block update for qqmusic mac 8.8.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Light as SyntaxHighlighter, type SyntaxHighlighterProps } from 'react-syntax-highlighter';
|
||||
import hljsStyleGitHub from 'react-syntax-highlighter/dist/esm/styles/hljs/github';
|
||||
|
||||
export function CodeHighlight({ children, ...props }: SyntaxHighlighterProps) {
|
||||
return (
|
||||
<SyntaxHighlighter style={hljsStyleGitHub} {...props}>
|
||||
{children}
|
||||
</SyntaxHighlighter>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user