mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 The Publishing service no longer support export https://github.com/siyuan-note/siyuan/issues/12928
This commit is contained in:
parent
4e407b0ef8
commit
4a33fa9a29
7 changed files with 51 additions and 33 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -432,7 +432,11 @@ interface ISiyuan {
|
|||
bookmarkLabel?: string[]
|
||||
blockPanels: import("../block/Panel").BlockPanel[],
|
||||
dialogs: import("../dialog").Dialog[],
|
||||
viewer?: Viewer
|
||||
viewer?: Viewer,
|
||||
/**
|
||||
* 是否在发布服务下访问
|
||||
*/
|
||||
isPublish?: boolean;
|
||||
}
|
||||
|
||||
interface IOperation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue