chore: awesome

This commit is contained in:
lencx
2023-01-20 21:28:57 +08:00
parent 1af173cb24
commit 5f1c33d750
18 changed files with 359 additions and 46 deletions

View File

@@ -66,7 +66,7 @@ export default function ChatLayout() {
theme={ appInfo.appTheme === "dark" ? "dark" : "light" }
inlineIndent={12}
items={menuItems}
defaultOpenKeys={['/model']}
// defaultOpenKeys={['/model']}
onClick={(i) => go(i.key)}
/>
</Sider>