From e789873eca9a7cfcd61ec82175e56b0c5b88bd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Sun, 2 Jan 2022 14:38:24 +0800 Subject: [PATCH] :construction: add home emoji setting --- bootstrap/setting.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index a0db6d35..b60731d1 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -131,6 +131,14 @@ func InitSettings() { Access: model.PRIVATE, Group: model.FRONT, }, + { + Key: "home emoji", + Value: "🏠", + Type: "text", + Description: "emoji in front of home in nav", + Access: model.PUBLIC, + Group: model.FRONT, + }, { Key: "animation", Value: "true",