From 056e10ef6d814d99f794fc20ab3cd775900e47c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 12 May 2024 11:12:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 8 ++++---- src/locale/zh-Hans.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index de203b7..48ce039 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -82,13 +82,13 @@ "useAttrs": true, "useCssModule": true, "useCssVars": true, + "useRequest": true, "useSlots": true, + "useUpload": true, + "useUpload2": true, "watch": true, "watchEffect": true, "watchPostEffect": true, - "watchSyncEffect": true, - "useRequest": true, - "useUpload": true, - "useUpload2": true + "watchSyncEffect": true } } diff --git a/src/locale/zh-Hans.json b/src/locale/zh-Hans.json index e141c91..e4cea6c 100644 --- a/src/locale/zh-Hans.json +++ b/src/locale/zh-Hans.json @@ -1,5 +1,5 @@ { - "tabbar.home": "Home", + "tabbar.home": "首页", "tabbar.about": "关于", "app.name": "中文标题", "weight": "{heavy}公斤",