feat(wip): markdown 解析

This commit is contained in:
CrescentLeaf
2025-09-23 23:28:54 +08:00
parent f6f2590532
commit a01a64116f
2 changed files with 4 additions and 2 deletions

View File

@@ -8,8 +8,9 @@ import Client from "../../api/Client.ts"
import Message from "../../api/client_data/Message.ts"
import Chat from "../../api/client_data/Chat.ts"
import data from "../../Data.ts"
import { checkApiSuccessOrSncakbar, snackbar } from "../snackbar.ts"
import { checkApiSuccessOrSncakbar } from "../snackbar.ts"
import useAsyncEffect from "../useAsyncEffect.ts"
import * as marked from 'marked'
interface Args extends React.HTMLAttributes<HTMLElement> {
target: string