🎨 支持去掉 PDF 导出页脚处 由思源笔记导出 https://github.com/siyuan-note/siyuan/issues/6881

This commit is contained in:
Liang Ding 2022-12-17 12:22:18 +08:00
parent fc129c8a6a
commit 72688e25d2
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
8 changed files with 30 additions and 15 deletions

View file

@ -270,6 +270,7 @@ declare interface IExport {
pandocBin: string
paragraphBeginningSpace: boolean;
addTitle: boolean;
addFooter: boolean;
}
declare interface IEditor {