forked from XiaoMo/ChatGPT-Next-Web
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
This commit is contained in:
commit
a9c6c681ce
@ -368,6 +368,9 @@ export function MaskPage() {
|
||||
text={Locale.Mask.EditModal.Download}
|
||||
key="export"
|
||||
bordered
|
||||
onClick={() =>
|
||||
downloadAs(JSON.stringify(editingMask), "mask.json")
|
||||
}
|
||||
/>,
|
||||
<IconButton
|
||||
key="copy"
|
||||
|
Loading…
Reference in New Issue
Block a user