feat: 大模型对话适配移动端的样式

This commit is contained in:
2025-12-02 11:41:21 +08:00
parent 88466b7a8b
commit 2897423404
2 changed files with 45 additions and 2 deletions
+5
View File
@@ -31,6 +31,11 @@ export const meta: MetaFunction = () => {
];
};
// 配置路由 handle,隐藏主布局的 sidebar(因为聊天页面有自己的 ChatSidebar
export const handle = {
hideSidebar: true
};
/**
* 聊天主页面
* 实现单页面应用模式,所有会话切换都在同一页面内完成