🔧 change default logo

pull/548/head
微凉 2022-02-03 20:43:33 +08:00
parent 9013add749
commit be55ca690c
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ func InitSettings() {
},
{
Key: "logo",
Value: "https://store.heytapimage.com/cdo-portal/feedback/202112/05/1542f45f86b8609495b69c5380753135.png",
Value: "https://u.pigax.cn/gh/alist-org/assets@main/logo.svg",
Description: "logo",
Type: "string",
Access: model.PUBLIC,
@ -44,7 +44,7 @@ func InitSettings() {
},
{
Key: "favicon",
Value: "https://store.heytapimage.com/cdo-portal/feedback/202112/05/1542f45f86b8609495b69c5380753135.png",
Value: "https://u.pigax.cn/gh/alist-org/assets@main/logo.svg",
Description: "favicon",
Type: "string",
Access: model.PUBLIC,