mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-07 02:54:33 +08:00
🚧 add home emoji setting
This commit is contained in:
@ -131,6 +131,14 @@ func InitSettings() {
|
|||||||
Access: model.PRIVATE,
|
Access: model.PRIVATE,
|
||||||
Group: model.FRONT,
|
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",
|
Key: "animation",
|
||||||
Value: "true",
|
Value: "true",
|
||||||
|
Reference in New Issue
Block a user