Vanessa 2025-10-19 20:20:09 +08:00
parent c2d3407789
commit 17d7b69c01

View file

@ -767,7 +767,7 @@ export const exportMd = (id: string) => {
merge: localData.mergeSubdocs, merge: localData.mergeSubdocs,
}, async response => { }, async response => {
const html = await onExport(response, undefined, {type: "pdf", id}); const html = await onExport(response, undefined, {type: "pdf", id});
window.JSAndroid.exportPDF(html); window.JSAndroid.exportPDF(html.replace('<use xlink:href="#iconDot"></use>', '<path d="M5.501 9.999c0 2.485 2.016 4.499 4.501 4.499s4.497-2.016 4.497-4.499c0-2.485-2.012-4.497-4.497-4.497s-4.501 2.012-4.501 4.497z"></path>'));
}); });
} }
}, },