1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

fix: export

This commit is contained in:
lencx 2023-07-08 15:14:10 +08:00
parent 7023b04dd2
commit 5608bf6eb2
2 changed files with 3 additions and 2 deletions

3
scripts/export.js vendored
View File

@ -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) => {

View File

@ -22,7 +22,7 @@
},
{
"name": "export.js",
"version": "0.1.3"
"version": "0.1.4"
},
{
"name": "markdown.export.js",