feat: plugin tags

This commit is contained in:
StyleZhang
2024-11-05 15:07:24 +08:00
parent c40544a134
commit a3becde6d8
29 changed files with 204 additions and 78 deletions

View File

@ -1,6 +1,4 @@
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
export type Label = {
name: string
icon: string
label: TypeWithI18N
label: string
}