This commit is contained in:
Vanessa 2023-06-02 21:49:22 +08:00
parent 16216796b6
commit 17fc039ad5
5 changed files with 111 additions and 2 deletions

View file

@ -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