mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
🎨 Improve title for exporting PDF https://github.com/siyuan-note/siyuan/issues/13656
This commit is contained in:
parent
f65f243f05
commit
15d37ce036
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ const renderPDF = async (id: string) => {
|
|||
alert(response.msg)
|
||||
return;
|
||||
}
|
||||
document.title = '${window.siyuan.languages.export} PDF - ' + response.data.name
|
||||
document.title = response.data.name
|
||||
window.siyuan = {
|
||||
config: {
|
||||
appearance: { mode: 0, codeBlockThemeDark: "${window.siyuan.config.appearance.codeBlockThemeDark}", codeBlockThemeLight: "${window.siyuan.config.appearance.codeBlockThemeLight}" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue