/** * 日志查看页面 */ import { LogViewer } from '@/components/debug/LogViewer'; export default function LogsPage() { return (
); }