mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 00:37:08 +00:00
(feature)(chat-sdk) show showcase button in mobile mode (#516)
This commit is contained in:
@@ -317,12 +317,10 @@ const ChatFooter: ForwardRefRenderFunction<any, Props> = (
|
||||
<div>智能助理</div>
|
||||
</div>
|
||||
)}
|
||||
{!isMobile && (
|
||||
<div className={styles.toolItem} onClick={onOpenShowcase}>
|
||||
<IconFont type="icon-showcase" className={styles.toolIcon} />
|
||||
<div>showcase</div>
|
||||
</div>
|
||||
)}
|
||||
<div className={styles.toolItem} onClick={onOpenShowcase}>
|
||||
<IconFont type="icon-showcase" className={styles.toolIcon} />
|
||||
<div>showcase</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.composer}>
|
||||
<div className={styles.composerInputWrapper}>
|
||||
|
||||
Reference in New Issue
Block a user