初始化提交

This commit is contained in:
2024-08-13 09:37:23 +08:00
parent 4923337038
commit e112fa4e44
50 changed files with 1649 additions and 259 deletions
@@ -17,7 +17,7 @@ export function ChatEvents({
}) {
const [isOpen, setIsOpen] = useState(false);
const buttonLabel = isOpen ? "Hide events" : "Show events";
const buttonLabel = isOpen ? "隐藏" : "详情";
const EventIcon = isOpen ? (
<ChevronDown className="h-4 w-4" />