Skip to content

Commit

Permalink
🎨 fix #10814
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Apr 1, 2024
1 parent 6c157e6 commit 4c4d3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/protyle/export/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const renderPDF = async (id: string) => {
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" type="text/css" id="baseStyle" href="${servePath}/stage/build/export/base.css?${Constants.SIYUAN_VERSION}"/>
<link rel="stylesheet" type="text/css" id="themeDefaultStyle" href="${servePath}/appearance/themes/daylight/theme.css?${Constants.SIYUAN_VERSION}"/>
<script src="${servePath}/stage/protyle/js/protyle-html.js?v=3.0.5" async="" id="protyleWcHtmlScript"></script>
${themeStyle}
<title>${window.siyuan.languages.export} PDF</title>
<style>
Expand Down

0 comments on commit 4c4d3ed

Please sign in to comment.