🎨 Database synchronization requires distinguishing views (#16350)

fix https://github.com/siyuan-note/siyuan/issues/16348
This commit is contained in:
Jeffrey Chen 2025-11-14 23:21:51 +08:00 committed by GitHub
parent 438aa3f1ab
commit c8f583b704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 62 deletions

View file

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