fix AI image recognition limit could not be set for users

This commit is contained in:
MaysWind
2025-09-21 15:15:50 +08:00
parent 5fbb29abd3
commit ec325c9e6b
+1 -1
View File
@@ -93,7 +93,7 @@ const (
) )
const userFeatureRestrictionTypeMinValue UserFeatureRestrictionType = USER_FEATURE_RESTRICTION_TYPE_UPDATE_PASSWORD const userFeatureRestrictionTypeMinValue UserFeatureRestrictionType = USER_FEATURE_RESTRICTION_TYPE_UPDATE_PASSWORD
const userFeatureRestrictionTypeMaxValue UserFeatureRestrictionType = USER_FEATURE_RESTRICTION_TYPE_MCP_ACCESS const userFeatureRestrictionTypeMaxValue UserFeatureRestrictionType = USER_FEATURE_RESTRICTION_TYPE_CREATE_TRANSACTION_FROM_AI_IMAGE_RECOGNITION
// String returns a textual representation of the restriction type of user features // String returns a textual representation of the restriction type of user features
func (t UserFeatureRestrictionType) String() string { func (t UserFeatureRestrictionType) String() string {