From a60da0af8cf1dc73d83d8d1ffdc93450f5797df1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 4 Aug 2023 07:27:11 +0800 Subject: [PATCH] fix --- src/pages/setting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/setting.vue b/src/pages/setting.vue index d7d90072..e3185e7a 100644 --- a/src/pages/setting.vue +++ b/src/pages/setting.vue @@ -33,7 +33,7 @@ const tabs = [ tab: 'notification', }, { - title: '自定义词表', + title: '词表', icon: 'mdi-file-word-box', tab: 'words', },