mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
移动端隐藏侧边栏
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user