更换系统图片

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
+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'
};
// --------------------------