feat: 大模型对话适配移动端的样式
This commit is contained in:
@@ -31,6 +31,11 @@ export const meta: MetaFunction = () => {
|
||||
];
|
||||
};
|
||||
|
||||
// 配置路由 handle,隐藏主布局的 sidebar(因为聊天页面有自己的 ChatSidebar)
|
||||
export const handle = {
|
||||
hideSidebar: true
|
||||
};
|
||||
|
||||
/**
|
||||
* 聊天主页面
|
||||
* 实现单页面应用模式,所有会话切换都在同一页面内完成
|
||||
|
||||
Reference in New Issue
Block a user