mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
🐛 The assets do not display correctly in PDF export window and file https://github.com/siyuan-note/siyuan/issues/8016
Asset files no longer use HTTP server when exporting PDF https://github.com/siyuan-note/siyuan/issues/7965
This commit is contained in:
parent
8dda32d9a0
commit
f027d27f82
1 changed files with 0 additions and 1 deletions
|
|
@ -600,7 +600,6 @@ const onExport = (data: IWebSocketData, filePath: string, type: string, removeAs
|
|||
const html = `<!DOCTYPE html>
|
||||
<html lang="${window.siyuan.config.appearance.lang}" data-theme-mode="${getThemeMode()}" data-light-theme="${window.siyuan.config.appearance.themeLight}" data-dark-theme="${window.siyuan.config.appearance.themeDark}">
|
||||
<head>
|
||||
<base href="${data.data.url}">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue