mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
This commit is contained in:
parent
cd50b37e7f
commit
015bb3bc62
1 changed files with 3 additions and 1 deletions
|
|
@ -105,7 +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>
|
||||
<script src="${servePath}/stage/protyle/js/protyle-html.js?v=3.0.5"></script>
|
||||
${themeStyle}
|
||||
<title>${window.siyuan.languages.export} PDF</title>
|
||||
<style>
|
||||
|
|
@ -646,6 +646,8 @@ const onExport = (data: IWebSocketData, filePath: string, exportOption: IExportO
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<script src="stage/protyle/js/lute/lute.min.js"></script>
|
||||
<script src="stage/protyle/js/protyle-html.js?v=3.0.5"></script>
|
||||
<link rel="stylesheet" type="text/css" id="baseStyle" href="stage/build/export/base.css?${Constants.SIYUAN_VERSION}"/>
|
||||
<link rel="stylesheet" type="text/css" id="themeDefaultStyle" href="appearance/themes/${themeName}/theme.css?${Constants.SIYUAN_VERSION}"/>
|
||||
${themeStyle}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue