mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 03:35:07 +08:00
feat: add mask screen
This commit is contained in:
@@ -134,7 +134,7 @@ export function SideBar(props: { className?: string }) {
|
||||
icon={<AddIcon />}
|
||||
text={shouldNarrow ? undefined : Locale.Home.NewChat}
|
||||
onClick={() => {
|
||||
chatStore.newSession();
|
||||
navigate(Path.NewChat);
|
||||
}}
|
||||
shadow
|
||||
/>
|
||||
|
Reference in New Issue
Block a user