chore: playground mutilmodel input

This commit is contained in:
jialin
2024-08-16 12:03:48 +08:00
parent 0a47c4c067
commit 1d92571d09
48 changed files with 1350 additions and 68 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
import IconFont from '@/components/icon-font';
export default {
const langConfigMap = {
'ar-EG': {
lang: 'ar-EG',
label: 'العربية',
@@ -326,3 +326,7 @@ export default {
title: '語言'
}
};
export type LangConfigType = keyof typeof langConfigMap;
export default langConfigMap;