import React from 'react'; import { Typography, CardActions, Button, Box } from '@mui/material'; import { Card, CardContent } from '@mui/material'; /** * SocketIO 管理 */ export const SocketIOAdmin: React.FC = React.memo(() => { return ( 服务器URL为: ws://{window.location.host} 账号密码为Tailchat后台的账号密码 ); }); SocketIOAdmin.displayName = 'SocketIOAdmin';