更换系统图片

This commit is contained in:
anian
2026-07-20 01:13:14 +08:00
parent 6675e378d2
commit 041fd0f7cf
67 changed files with 106 additions and 104 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
<link rel="prefetch" href="/upload/ma-shan-zheng.woff2" crossorigin="anonymous">
<link rel="prefetch" href="/upload/mu-yao-sui-xin-shou-xie-ti.woff2" crossorigin="anonymous">
<link rel="prefetch" href="/upload/jiazai.gif">
<link rel="prefetch" href="/themes/theme-pix/assets/img/loading.webp">
</th:block>
+5 -5
View File
@@ -51,12 +51,12 @@
// --------------------------
const BANNER_CONFIG = {
seasonal: {
'春': '/upload/chun.jpg',
'夏': '/upload/xia.jpg',
'秋': '/upload/qiu.jpg',
'冬': '/upload/dong.jpg'
'春': '/themes/theme-pix/assets/img/banner-chun.webp',
'夏': '/themes/theme-pix/assets/img/banner-xia.webp',
'秋': '/themes/theme-pix/assets/img/banner-qiu.webp',
'冬': '/themes/theme-pix/assets/img/banner-dong.webp'
},
fallback: '/upload/dingbu-siji.png'
fallback: '/themes/theme-pix/assets/img/banner-all.webp'
};
// --------------------------
+1 -1
View File
@@ -4,7 +4,7 @@
<button class="uk-modal-close-default uk-icon uk-close" type="button" uk-close=""></button>
<div class="msg_modal_inner">
<p class="no_posts"><small># 暂无消息 #</small>
<img class="s_nodata" rc="/upload/nodata.png">
<img class="s_nodata" rc="/themes/theme-pix/assets/img/no-data.webp">
</p>
<p class="msg_limit">只显示最新10条未读和已读信息</p>
</div>
@@ -5,7 +5,7 @@
site_title: [[${site.title}]],
bgm_open: [[${theme.config.music.bgm_open}]],
pjax: [[${theme.config.base_set.site_pjax}]],
site_logo : [[${ not #strings.isEmpty(theme.config.base_top_set.site_logo) ? theme.config.base_top_set.site_logo : '/themes/theme-pix/assets/img/avatar.png' }]],
site_logo : [[${ not #strings.isEmpty(theme.config.base_top_set.site_logo) ? theme.config.base_top_set.site_logo : '/themes/theme-pix/assets/img/logo.webp' }]],
admin_des: "[(${theme.config.base_set.admin_des})]",
site_page: "[(${theme.config.base_set.site_page})]",
theme_set: "[(${theme.config.style.theme_set})]",
@@ -9,7 +9,7 @@
th:with="_cover = ${#strings.isEmpty(post.spec.cover) ? cover_img : thumbnail.gen(post.spec.cover, 's')}"
th:data-src="${_cover}" width="50"
height="50" alt="" uk-img="" loading="lazy"
th:src="@{/assets/img/lazyload.png}"></a>
th:src="@{/assets/img/logo.webp}"></a>
</div>
<div class="info nowrap">
<h4 class="title nowrap"><a th:href="@{${post.status.permalink}}">[[${post.spec.title}]]</a></h4>
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="player_hand"></div>
<div class="top">
<div class="left">
<div class="m_cover"><img th:src="@{/assets/img/banner.jpg}"></div>
<div class="m_cover"><img th:src="@{/assets/img/banner-all.webp}"></div>
<div class="m_info">
<div class="m_tt"><h2>加载中..</h2><small>作者..</small></div>
<div class="timer"><div class="current_time">00:00</div><span>/</span><div class="total_time">00:00</div></div>