mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
修改面具默认模型和隐藏发现按钮
This commit is contained in:
@@ -10,7 +10,6 @@ import DeleteIcon from "../icons/delete.svg";
|
||||
import MaskIcon from "../icons/mask.svg";
|
||||
import McpIcon from "../icons/mcp.svg";
|
||||
import DragIcon from "../icons/drag.svg";
|
||||
import DiscoveryIcon from "../icons/discovery.svg";
|
||||
|
||||
import Locale from "../locales";
|
||||
|
||||
@@ -278,13 +277,13 @@ export function SideBar(props: { className?: string }) {
|
||||
shadow
|
||||
/>
|
||||
)}
|
||||
<IconButton
|
||||
{/* <IconButton
|
||||
icon={<DiscoveryIcon />}
|
||||
text={shouldNarrow ? undefined : Locale.Discovery.Name}
|
||||
className={styles["sidebar-bar-button"]}
|
||||
onClick={() => setshowDiscoverySelector(true)}
|
||||
shadow
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
{showDiscoverySelector && (
|
||||
<Selector
|
||||
|
||||
Reference in New Issue
Block a user