移动端隐藏侧边栏

This commit is contained in:
xuzhenjun
2023-04-10 02:02:02 +08:00
parent 02117471d5
commit e1eb70cf71
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ function _Home() {
);
const chatStore = useChatStore();
const loading = !useHasHydrated();
const [showSideBar, setShowSideBar] = useState(true);
const [showSideBar, setShowSideBar] = useState(false); //移动端隐藏侧边栏
// setting
const [openSettings, setOpenSettings] = useState(false);