1
李凌
2025-09-19 f44047eff925ddba1726adc9f9cb8b2bcdec5053
src/views/language/index.vue
@@ -35,6 +35,7 @@
  { title: 'Tiếng Việt', key: 'vi', image: new URL('../../assets/image/lang/vi.png', import.meta.url) },//越南语
  { title: 'Italiano', key: 'Italy', image: new URL('../../assets/image/lang/Italy.png', import.meta.url) }, //意大利语
  { title: 'ไทย', key: 'th', image: new URL('../../assets/image/lang/Thai.png', import.meta.url) }, //泰语
  { title: 'español', key: 'Spanish', image: new URL('../../assets/image/lang/Mexico.png', import.meta.url) }, //西班牙语
])