mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
Update sidebar.tsx
This commit is contained in:
parent
8631be17f5
commit
d7837db501
@ -224,11 +224,11 @@ export function SideBar(props: { className?: string }) {
|
||||
{...props}
|
||||
>
|
||||
<SideBarHeader
|
||||
title="小王的GPT"
|
||||
subTitle="欢迎使用小王的ChatGPT."
|
||||
title="ChatGPT-4.0"
|
||||
subTitle="欢迎使用ChatGPT-4.0."
|
||||
logo={<ChatGptIcon />}
|
||||
>
|
||||
<div className={styles["sidebar-header-bar"]}>
|
||||
<!-- <div className={styles["sidebar-header-bar"]}>
|
||||
<IconButton
|
||||
icon={<MaskIcon />}
|
||||
text={shouldNarrow ? undefined : Locale.Mask.Name}
|
||||
@ -249,7 +249,7 @@ export function SideBar(props: { className?: string }) {
|
||||
onClick={() => setShowPluginSelector(true)}
|
||||
shadow
|
||||
/>
|
||||
</div>
|
||||
</div>-->
|
||||
{showPluginSelector && (
|
||||
<Selector
|
||||
items={[
|
||||
|
Loading…
Reference in New Issue
Block a user