sunsheng 1 неделя назад
Родитель
Сommit
4d4c247652
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/components/home.tsx

+ 1 - 1
app/components/home.tsx

@@ -266,7 +266,7 @@ function Screen() {
       <>
         {
           location.pathname !== '/' &&
-          <SideBar className={(location.pathname === '/knowledgeChat' || location.pathname === '/deepseekChat') ? styles["sidebar-show"] : ""} />
+          <SideBar className={(location.pathname === '/knowledgeChat' || location.pathname === '/deepseekChat' ||location.pathname === '/newChat' ) ? styles["sidebar-show"] : ""} />
         }
         <WindowContent>
           <Routes>