🎨 导出 PDF

This commit is contained in:
Liang Ding 2022-09-17 11:44:27 +08:00
parent 37b900d889
commit 8ebb27d695
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -216,7 +216,7 @@ const renderPDF = (id: string) => {
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" type="text/css" id="themeDefaultStyle" href="${servePath}/stage/build/export/base.css?${Constants.SIYUAN_VERSION}"/>
<link rel="stylesheet" type="text/css" id="themeStyle" href="${servePath}/appearance/themes/${window.siyuan.config.appearance.themeLight}/${window.siyuan.config.appearance.customCSS ? "custom" : "theme"}.css?${Constants.SIYUAN_VERSION}"/>
<title>{tpl.name} - ${window.siyuan.languages.siyuanNote} v${Constants.SIYUAN_VERSION}</title>
<title>${window.siyuan.languages.export} PDF - {tpl.name}</title>
<style>
body {
margin: 0;