From 4f319bca19a379c7d72b2a5577b323144c7dac23 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 18 Dec 2022 14:17:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: fce3cf0cc8c88e97177390c0c77b9851b85aa6b5 --- src/settings.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index c59bd08..0910ea5 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -12,7 +12,6 @@ const defaultSettings: DefaultSettings = { showSettings: true, tagsView: true, fixedHeader: false, - // 是否显示Logo sidebarLogo: true, errorLog: 'production' }; -- GitLab