support export as json

This commit is contained in:
2023-03-30 13:56:03 +08:00
parent 07885c681c
commit fecfc24519
2 changed files with 39 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ export default function ChatBOX(props: {
setChatStore={setChatStore}
show={showSettings}
setShow={setShowSettings}
selectedChatStoreIndex={props.selectedChatIndex}
/>
<p
className="cursor-pointer rounded bg-cyan-300 dark:text-white p-1 dark:bg-cyan-800"