@@ -107,8 +107,8 @@ func InitialSettings() []model.SettingItem {
107
107
{Key : conf .AllowMounted , Value : "true" , Type : conf .TypeBool , Group : model .SITE },
108
108
{Key : conf .RobotsTxt , Value : "User-agent: *\n Allow: /" , Type : conf .TypeText , Group : model .SITE },
109
109
// style settings
110
- {Key : conf .Logo , Value : "https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeText , Group : model .STYLE },
111
- {Key : conf .Favicon , Value : "https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeString , Group : model .STYLE },
110
+ {Key : conf .Logo , Value : "https://res.oplist.org/logo/logo.svg" , MigrationValue : "https:// cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeText , Group : model .STYLE },
111
+ {Key : conf .Favicon , Value : "https://res.oplist.org/logo/logo.svg" , MigrationValue : "https:// cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeString , Group : model .STYLE },
112
112
{Key : conf .MainColor , Value : "#1890ff" , Type : conf .TypeString , Group : model .STYLE },
113
113
{Key : "home_icon" , Value : "🏠" , Type : conf .TypeString , Group : model .STYLE },
114
114
{Key : "home_container" , Value : "max_980px" , Type : conf .TypeSelect , Options : "max_980px,hope_container" , Group : model .STYLE },
@@ -141,7 +141,7 @@ func InitialSettings() []model.SettingItem {
141
141
// {Key: conf.PdfViewers, Value: `{
142
142
// "pdf.js":"https://openlistteam.github.io/pdf.js/web/viewer.html?file=$url"
143
143
//}`, Type: conf.TypeText, Group: model.PREVIEW},
144
- {Key : "audio_cover" , Value : "https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeString , Group : model .PREVIEW },
144
+ {Key : "audio_cover" , Value : "https://res.oplist.org/logo/logo.svg" , MigrationValue : "https:// cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg" , Type : conf .TypeString , Group : model .PREVIEW },
145
145
{Key : conf .AudioAutoplay , Value : "true" , Type : conf .TypeBool , Group : model .PREVIEW },
146
146
{Key : conf .VideoAutoplay , Value : "true" , Type : conf .TypeBool , Group : model .PREVIEW },
147
147
{Key : conf .PreviewArchivesByDefault , Value : "true" , Type : conf .TypeBool , Group : model .PREVIEW },
0 commit comments