🎈 perf: 修改多语言图标

This commit is contained in:
m1m1sha 2024-05-06 09:49:59 +08:00
parent 934cfce1b0
commit e6408f2582

View File

@ -124,7 +124,7 @@ const setting_menu_items = ref([
items: [
{
label: () => t('exchange_language'),
icon: 'pi pi-refresh',
icon: 'pi pi-language',
command: async () => {
await loadLanguageAsync((locale.value === 'en' ? 'cn' : 'en'));
}