feat: make pdf sidebar default open configurable (#755)

This commit is contained in:
kl
2026-04-30 18:36:40 +08:00
committed by GitHub
parent 4ea1d7468a
commit cdce432740
5 changed files with 20 additions and 4 deletions

View File

@@ -155,6 +155,9 @@ pdf.bookmark.disable = ${KK_PDF_BOOKMARK_DISABLE:true}
# 是否禁止PDF编辑功能注释表单等默认为false允许编辑
pdf.disable.editing = ${KK_PDF_DISABLE_EDITING:false}
# 是否默认打开PDF侧边栏thumbs/outlines/attachments默认为true打开
pdf.sidebar.open = ${KK_PDF_SIDEBAR_OPEN:true}
# PDF处理最大线程数控制并发处理能力
pdf.max.threads = 10