feat: add Hexo article and refresh blog visuals

This commit is contained in:
geek
2026-07-26 09:19:47 +08:00
parent 7d3f8b078b
commit 806a85752f
7 changed files with 387 additions and 8 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
/* 全站背景图定时轮换(每 6 秒切换一张,交叉淡入淡出) */
(function () {
var bgList = [
'https://image.987119.xyz/uploads/2026/07/18c0005c5dac2c14635.webp',
'https://image.987119.xyz/uploads/2026/07/18c099240bbbdcbb113.webp',
'https://image.987119.xyz/uploads/2026/07/18c0993b4e03a5c5599.webp'
'https://image.987119.xyz/uploads/2026/07/18c591a3f567fc7a381.webp',
'https://image.987119.xyz/uploads/2026/07/18c5917f198ecf88481.webp',
'https://image.987119.xyz/uploads/2026/07/18c5917e0bbb86bb221.webp',
'https://image.987119.xyz/uploads/2026/07/18c591618e6be61c264.webp',
'https://image.987119.xyz/uploads/2026/07/18c5916148d840e1468.webp',
'https://image.987119.xyz/uploads/2026/07/18c59161282de003513.webp'
]
var webBg = document.getElementById('web_bg')
if (!webBg || bgList.length < 2) return