mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
add missing comment and code
This commit is contained in:
@@ -124,6 +124,8 @@ func (t UserFeatureRestrictionType) String() string {
|
||||
return "Sync Application Settings"
|
||||
case USER_FEATURE_RESTRICTION_TYPE_MCP_ACCESS:
|
||||
return "MCP (Model Context Protocol) Access"
|
||||
case USER_FEATURE_RESTRICTION_TYPE_CREATE_TRANSACTION_FROM_AI_IMAGE_RECOGNITION:
|
||||
return "Create Transaction from AI Image Recognition"
|
||||
default:
|
||||
return fmt.Sprintf("Invalid(%d)", int(t))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user