mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
Fix type errors related to siyuan.config (#10724)
* 🎨 Improve the type definition of `siyuan.config` * 🐛 Fix type errors related to `siyuan.config` * 💄 `types/config.d.ts` * 🐛 Fix type errors related to `siyuan.config`
This commit is contained in:
parent
433c0b6dde
commit
6b2ac5e630
18 changed files with 692 additions and 306 deletions
|
|
@ -62,7 +62,7 @@ openTab = (options: {
|
|||
asset?: {
|
||||
path: string,
|
||||
},
|
||||
search?: ISearchOption
|
||||
search?: Config.IUILayoutTabSearchConfig
|
||||
card?: {
|
||||
type: TCardType,
|
||||
id?: string, // cardType 为 all 时不传,否则传文档或笔记本 id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue