refactor: 替换 Markdown 渲染组件为 markdown-to-jsx

This commit is contained in:
2026-06-03 13:13:04 +08:00
parent 5b09a16bc3
commit 02a202290f
8 changed files with 8 additions and 262 deletions

3
src/web/css.d.ts vendored
View File

@@ -1,4 +1 @@
declare module "*.css";
declare module "react-syntax-highlighter/dist/esm/styles/prism" {
export { oneDark, oneLight } from "react-syntax-highlighter";
}