mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
This commit is contained in:
parent
16216796b6
commit
17fc039ad5
5 changed files with 111 additions and 2 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -83,6 +83,14 @@ interface ICard {
|
|||
nextDues: IObject
|
||||
}
|
||||
|
||||
interface IPluginSettingOption {
|
||||
title: string
|
||||
description?: string
|
||||
actionElement?: HTMLElement
|
||||
|
||||
createActionElement?(): HTMLElement
|
||||
}
|
||||
|
||||
interface ISearchOption {
|
||||
page: number
|
||||
removed?: boolean // 移除后需记录搜索内容 https://github.com/siyuan-note/siyuan/issues/7745
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue