From 05f8cc6404794b95c7703a135d5463148728af87 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 28 Nov 2024 11:43:05 +0800 Subject: [PATCH] docs: fix typo --- src/layouts/components/Settings/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/components/Settings/index.vue b/src/layouts/components/Settings/index.vue index 5abd6bd..8d5a041 100644 --- a/src/layouts/components/Settings/index.vue +++ b/src/layouts/components/Settings/index.vue @@ -32,7 +32,7 @@ const switchSettings = { "显示标签栏": showTagsView, "显示 Logo": showLogo, "固定 Header": fixedHeader, - "显示页脚 Footer": showFooter, + "显示页脚": showFooter, "显示消息通知": showNotify, "显示切换主题按钮": showThemeSwitch, "显示全屏按钮": showScreenfull,