mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
🎨 Database synchronization requires distinguishing views (#16350)
fix https://github.com/siyuan-note/siyuan/issues/16348
This commit is contained in:
parent
438aa3f1ab
commit
c8f583b704
3 changed files with 45 additions and 62 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -566,7 +566,7 @@ interface IOperation {
|
|||
srcIDs?: string[] // removeAttrViewBlock 专享
|
||||
srcs?: IOperationSrcs[] // insertAttrViewBlock 专享
|
||||
ignoreDefaultFill?: boolean // insertAttrViewBlock 专享
|
||||
viewID?: string // insertAttrViewBlock 专享
|
||||
viewID?: string // 多个属性视图操作使用,用于推送时不影响其他视图
|
||||
name?: string // addAttrViewCol 专享
|
||||
type?: TAVCol // addAttrViewCol 专享
|
||||
deckID?: string // add/removeFlashcards 专享
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue