修改CDN地址

This commit is contained in:
灌糖包子 2024-03-01 19:10:27 +08:00
parent 8e364129f1
commit 442a5a9c73
Signed by: sookie
GPG Key ID: 82A5FA9834C4F302
4 changed files with 3 additions and 6 deletions

View File

@ -94,7 +94,7 @@ pagination_dir: page
theme: yilia
# 图片存储仓库地址
picture_cdn: https://cdn.colorfulsweet.site
picture_cdn: https://nas.colorfulsweet.site:9003
# ICP备案号
ICP: 鲁ICP备19028444号

View File

@ -70,9 +70,6 @@ top: true
# 站点图标
favicon: /favicon.ico
#头像url
avatar: https://cdn.colorfulsweet.site/resources/avatar.jpg
#是否开启分享
share_enable: true

View File

@ -1,7 +1,7 @@
<div class="intrude-less">
<header id="header" class="inner">
<a href="<%=config.root%>" @mouseover="linkMouseover('home')" class="profilepic">
<img src="<%=theme.avatar%>" class="js-avatar">
<img src="<%=config.picture_cdn%>/avatar.jpg" class="js-avatar">
</a>
<hgroup>
<h1 class="header-author"><a href="<%=config.root%>" @mouseover="linkMouseover('home')"><%=theme.author%></a></h1>

View File

@ -3,7 +3,7 @@
<div class="intrude-less">
<header id="header" class="inner">
<div class="profilepic">
<img src="<%=theme.avatar%>" class="js-avatar">
<img src="<%=config.picture_cdn%>/avatar.jpg" class="js-avatar">
</div>
<hgroup>
<h1 class="header-author js-header-author"><%=theme.author%></h1>