This commit is contained in:
Daniel 2025-06-17 17:46:32 +08:00
parent 526e436fbc
commit 809e8c151c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 40 additions and 6 deletions

View file

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