mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 02:06:10 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
5df063fbec
commit
c145cd2a95
3 changed files with 33 additions and 1 deletions
|
|
@ -282,6 +282,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSetAttrViewCoverFrom(op)
|
||||
case "setAttrViewCoverFromAssetKeyID":
|
||||
ret = tx.doSetAttrViewCoverFromAssetKeyID(op)
|
||||
case "setAttrViewCardSize":
|
||||
ret = tx.doSetAttrViewCardSize(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue