🚧 add home emoji setting

This commit is contained in:
微凉 2022-01-02 14:38:24 +08:00
parent 14b9b76e87
commit e789873eca

View File

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