mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-04 17:04:42 +08:00
🚧 add home emoji setting
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user