This commit is contained in:
Daniel 2025-07-01 17:56:32 +08:00
parent e98dcf65b6
commit 2fe3c80ab2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 55 additions and 0 deletions

View file

@ -296,6 +296,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewBlockView(op)
case "setAttrViewCardAspectRatio":
ret = tx.doSetAttrViewCardAspectRatio(op)
case "doSetAttrViewGroup":
ret = tx.doSetAttrViewGroup(op)
}
if nil != ret {