From 10fc7a44eddb262a7a192df63c0065f231ec0ab3 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Tue, 2 Jun 2026 10:35:13 +0800 Subject: [PATCH] feat(drawer): add language switcher and update UI Adjust drawer width from 280px to 300px for better layout. Remove outdated avatar and nickname display sections. Add i18n language switching support for zh-CN, en-US and th-TH locales. Clean up unused user info mock data. --- .../components/MineSetting/index.vue | 63 ++++++++----------- .../home/components/DrawerSection/index.vue | 2 +- 2 files changed, 28 insertions(+), 37 deletions(-) diff --git a/src/pages/home/components/DrawerSection/components/MineSetting/index.vue b/src/pages/home/components/DrawerSection/components/MineSetting/index.vue index 96ce02b..1d9236a 100644 --- a/src/pages/home/components/DrawerSection/components/MineSetting/index.vue +++ b/src/pages/home/components/DrawerSection/components/MineSetting/index.vue @@ -1,29 +1,30 @@