From f4332772277704b8b1a6c9b49688c52594e7d7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Sat, 1 Jan 2022 19:41:42 +0800 Subject: [PATCH] :fire: delete markdown theme setting --- bootstrap/setting.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 4834699a..a0db6d35 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -93,15 +93,6 @@ func InitSettings() { Access: model.PUBLIC, Group: model.FRONT, }, - { - Key: "markdown theme", - Value: "vuepress", - Description: "default | github | vuepress", - Access: model.PUBLIC, - Type: "select", - Values: "default,github,vuepress", - Group: model.FRONT, - }, { Key: "autoplay video", Value: "false",