From d255ff4fd07fa06b1c20f9f47eda792a9d73d231 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 16:29:17 +0800 Subject: [PATCH] :bug: fix home emoji type --- bootstrap/setting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index b60731d1..030ee460 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -134,7 +134,7 @@ func InitSettings() { { Key: "home emoji", Value: "🏠", - Type: "text", + Type: "string", Description: "emoji in front of home in nav", Access: model.PUBLIC, Group: model.FRONT,