mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
隐藏导出按钮
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user