mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
fix: export
This commit is contained in:
parent
7023b04dd2
commit
5608bf6eb2
3
scripts/export.js
vendored
3
scripts/export.js
vendored
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name export.js
|
||||
* @version 0.1.3
|
||||
* @version 0.1.4
|
||||
* @url https://github.com/lencx/ChatGPT/tree/main/scripts/export.js
|
||||
*/
|
||||
|
||||
@ -277,6 +277,7 @@ async function exportInit() {
|
||||
img.src = URL.createObjectURL(blob);
|
||||
});
|
||||
await Promise.all(chatImagePromises);
|
||||
document.body.style.lineHeight = '0.5';
|
||||
}
|
||||
async restoreLocation() {
|
||||
this.hiddens.forEach((el) => {
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
{
|
||||
"name": "export.js",
|
||||
"version": "0.1.3"
|
||||
"version": "0.1.4"
|
||||
},
|
||||
{
|
||||
"name": "markdown.export.js",
|
||||
|
Loading…
Reference in New Issue
Block a user