feat: share窗口

This commit is contained in:
archer
2023-03-21 23:47:26 +08:00
parent d065539707
commit 984baf60f0
11 changed files with 33 additions and 13 deletions

View File

@@ -281,7 +281,7 @@ const SlideBar = ({
mr={3}
onClick={async () => {
copyData(
`${location.origin}/chat?chatId=${await getChatSiteId(modelId)}`,
`${location.origin}/chat?chatId=${await getChatSiteId(modelId, true)}`,
'已复制分享链接'
);
onCloseShare();
@@ -299,7 +299,7 @@ const SlideBar = ({
onClose();
}}
>
</Button>
</ModalFooter>
</ModalContent>