mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:40:55 +08:00
Breaking change 1. 手機端界面卡片化,同時,手機端也可以顯示側邊欄的內容 2. 修復當menu過多時,header界面出現錯亂的bug。當menu過多時,會變為sidebar模式 3. 增加medium-zoom大圖查看模式 4. 增加鼠標點擊特效:文字和愛心 兩個點擊特效 5. 主頁subtitle可以調用第三方api(金山詞霸每日一句、一言網的一句話、一句網、今日詩詞) 6. 添加 snackbar 彈窗 7. 修改nightshift為darkmode,darkmode可隨系統設置而自動切換,可設置隨時間而切換darkmode 8. 修復hexo自帶的標籤外掛(Tag Plugins)顯示bug(Block Quote、Code Block With caption、Gist、Youtube、Vimeo) 9. 主題所需要的css和js可根據需要配置CDN 10. 更改darkmode的加載方式,網站設置dark mode後,現在進入網頁不會在'閃'一下 11. 背景特效和背景圖片在手機界面也會顯示 12. 增加justified-gallery圖片顯示(Tag Plugins) Feature 1. 文章頁面,字數統計、閲讀時長和閲讀量前面添加icon 2. 更改懶加載js 3. 升級typed.js/instantpage.js到最新版 4. 搜索和右下角按鈕添加退出特效 Fixed 1. 修復在 Hexo 4.0.0下,一些按鈕點擊會跳出一個空白頁的bug 2. 修復在 Hexo 4.0.0下,分頁按鈕出現代碼的bug 3. 修復當沒有設置評論時,右下角依舊出現'直達評論'按鈕的bug 4. 優化sidebar的打開速度 5. 修復文章頁標題左右邊距不平等的bug 6. 修復keywords讀取的bug 7. 修復當post/page 內容為空時,footer位置錯亂的bug 8. 修復在手機safari,toc sidebar底部內容被遮擋的bug 9. 完善Dark mode,一些界面的配色 10. 修復 card-archives 查看更多 跳轉bug Remove 1. 移除Gitment 2. 移除Gallery
88 lines
2.6 KiB
JavaScript
88 lines
2.6 KiB
JavaScript
! function () {
|
|
var cn = document.getElementById('canvas_nest');
|
|
var mb = cn.getAttribute("mobile");
|
|
|
|
if (mb == 'false' && (/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.userAgent))) {
|
|
return;
|
|
}
|
|
|
|
function o(w, v, i) {
|
|
return w.getAttribute(v) || i
|
|
}
|
|
|
|
function j(i) {
|
|
return document.getElementsByTagName(i)
|
|
}
|
|
|
|
function l() {
|
|
var i = j("script"),
|
|
w = i.length,
|
|
v = i[w - 1];
|
|
return {
|
|
l: w,
|
|
z: o(v, "zIndex", -1),
|
|
o: o(v, "opacity", 0.5),
|
|
c: o(v, "color", "0,0,0"),
|
|
n: o(v, "count", 99)
|
|
}
|
|
}
|
|
|
|
function k() {
|
|
r = u.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth, n = u.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
|
|
}
|
|
|
|
function b() {
|
|
e.clearRect(0, 0, r, n);
|
|
var w = [f].concat(t);
|
|
var x, v, A, B, z, y;
|
|
t.forEach(function (i) {
|
|
i.x += i.xa, i.y += i.ya, i.xa *= i.x > r || i.x < 0 ? -1 : 1, i.ya *= i.y > n || i.y < 0 ? -1 : 1, e.fillRect(i.x - 0.5, i.y - 0.5, 1, 1);
|
|
for (v = 0; v < w.length; v++) {
|
|
x = w[v];
|
|
if (i !== x && null !== x.x && null !== x.y) {
|
|
B = i.x - x.x, z = i.y - x.y, y = B * B + z * z;
|
|
y < x.max && (x === f && y >= x.max / 2 && (i.x -= 0.03 * B, i.y -= 0.03 * z), A = (x.max - y) / x.max, e.beginPath(), e.lineWidth = A / 2, e.strokeStyle = "rgba(" + s.c + "," + (A + 0.2) + ")", e.moveTo(i.x, i.y), e.lineTo(x.x, x.y), e.stroke())
|
|
}
|
|
}
|
|
w.splice(w.indexOf(i), 1)
|
|
}), m(b)
|
|
}
|
|
var u = document.createElement("canvas"),
|
|
s = l(),
|
|
c = "c_n" + s.l,
|
|
e = u.getContext("2d"),
|
|
r, n, m = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (i) {
|
|
window.setTimeout(i, 1000 / 45)
|
|
},
|
|
a = Math.random,
|
|
f = {
|
|
x: null,
|
|
y: null,
|
|
max: 20000
|
|
};
|
|
u.id = c;
|
|
u.style.cssText = "position:fixed;top:0;left:0;z-index:" + s.z + ";opacity:" + s.o;
|
|
j("body")[0].appendChild(u);
|
|
k(), window.onresize = k;
|
|
window.onmousemove = function (i) {
|
|
i = i || window.event, f.x = i.clientX, f.y = i.clientY
|
|
}, window.onmouseout = function () {
|
|
f.x = null, f.y = null
|
|
};
|
|
for (var t = [], p = 0; s.n > p; p++) {
|
|
var h = a() * r,
|
|
g = a() * n,
|
|
q = 2 * a() - 1,
|
|
d = 2 * a() - 1;
|
|
t.push({
|
|
x: h,
|
|
y: g,
|
|
xa: q,
|
|
ya: d,
|
|
max: 6000
|
|
})
|
|
}
|
|
setTimeout(function () {
|
|
b()
|
|
}, 100)
|
|
}(); |