🐛 fix home emoji type

This commit is contained in:
微凉 2022-01-02 16:29:17 +08:00
parent bcf19f4f3e
commit d255ff4fd0

View File

@ -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,