tool icon

This commit is contained in:
zxhlyh
2025-05-26 17:28:16 +08:00
parent cef77a3717
commit e6c6fa8ed8
4 changed files with 41 additions and 21 deletions

View File

@ -44,7 +44,7 @@ export type Collection = {
description: TypeWithI18N
icon: string | Emoji
label: TypeWithI18N
type: CollectionType
type: CollectionType | string
team_credentials: Record<string, any>
is_team_authorization: boolean
allow_delete: boolean