🔧 change logo

pull/548/head
微凉 2022-02-03 21:28:13 +08:00
parent ba545555cf
commit 2bb7036110
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ func InitSettings() {
},
{
Key: "logo",
Value: "https://u.pigax.cn/gh/alist-org/assets@main/logo.svg",
Value: "https://cdn.jsdelivr.net/gh/alist-org/logo@main/can_circle.svg",
Description: "logo",
Type: "string",
Access: model.PUBLIC,
@ -44,7 +44,7 @@ func InitSettings() {
},
{
Key: "favicon",
Value: "https://u.pigax.cn/gh/alist-org/assets@main/logo.svg",
Value: "https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg",
Description: "favicon",
Type: "string",
Access: model.PUBLIC,