This commit is contained in:
Daniel 2025-06-09 22:31:29 +08:00
parent c145cd2a95
commit a93762abd3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 32 additions and 0 deletions

View file

@ -284,6 +284,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewCoverFromAssetKeyID(op)
case "setAttrViewCardSize":
ret = tx.doSetAttrViewCardSize(op)
case "setAttrViewFitImage":
ret = tx.doSetAttrViewFitImage(op)
}
if nil != ret {