From be55ca690cb1aa2d533b6e242f0636ad30ab949c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= Date: Thu, 3 Feb 2022 20:43:33 +0800 Subject: [PATCH] :wrench: change default logo --- bootstrap/setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index e364e129..fa0d8f0c 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -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,