ui: 微調消息菜單

* 仿照電報邏輯
* 添加 JsonView
This commit is contained in:
CrescentLeaf
2025-10-01 11:51:28 +08:00
parent 459fca064c
commit f376de2b48
3 changed files with 24 additions and 11 deletions

View File

@@ -14,7 +14,6 @@ import useAsyncEffect from "../useAsyncEffect.ts"
import * as marked from 'marked'
import DOMPurify from 'dompurify'
import randomUUID from "../../randomUUID.ts"
import { time } from "node:console";
interface Args extends React.HTMLAttributes<HTMLElement> {
target: string