Add language picker to server rules section (#34820)

This commit is contained in:
Echo 2025-05-27 15:57:34 +02:00 committed by GitHub
parent 7ede5460d8
commit d78535eab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 260 additions and 63 deletions

View file

@ -18,7 +18,7 @@ export interface SelectItem {
icon?: string;
iconComponent?: IconProp;
text: string;
meta: string;
meta?: string;
extra?: string;
}