mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
隐藏导出按钮
This commit is contained in:
parent
623d8e3d56
commit
1ae2e65413
@ -683,7 +683,7 @@ export function Chat() {
|
||||
onClick={renameSession}
|
||||
/>
|
||||
</div>
|
||||
<div className={styles["window-action-button"]}>
|
||||
{/* <div className={styles["window-action-button"]}>
|
||||
<IconButton
|
||||
icon={<ExportIcon />}
|
||||
bordered
|
||||
@ -695,7 +695,7 @@ export function Chat() {
|
||||
);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
{!isMobileScreen && (
|
||||
<div className={styles["window-action-button"]}>
|
||||
<IconButton
|
||||
|
Loading…
Reference in New Issue
Block a user