This commit is contained in:
wood chen 2024-01-28 01:38:01 +08:00
parent bf62114b24
commit 6b7a0a46ba

View File

@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
larkcard "github.com/larksuite/oapi-sdk-go/v3/card"
)
@ -20,8 +21,6 @@ func NewCardHandler(m MessageHandler) CardHandlerFunc {
NewPicResolutionHandler,
NewPicTextMoreHandler,
NewPicModeChangeHandler,
NewRoleTagCardHandler,
NewRoleCardHandler,
}
return func(ctx context.Context, cardAction *larkcard.CardAction) (interface{}, error) {