Skip to content

Commit 2909eff

Browse files
1 parent 894c164 commit 2909eff

490 files changed

Lines changed: 11396 additions & 4081 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@
26062606
root: '/Test/',
26072607
debug: false,
26082608
default: {"avatar":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/avatar/round/3442075.svg","link":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/link/8f277b4ee0ecd.svg","cover":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/cover/76b86c0226ffd.svg","image":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/image/2659360.svg"},
2609-
lastupdate: new Date(1763646177049),
2609+
lastupdate: new Date(1763687295631),
26102610
cdn: {
26112611
izitoast_css: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/css/iziToast.min.css',
26122612
izitoast_js: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/js/iziToast.min.js',
@@ -4954,7 +4954,7 @@
49544954
if ((window.location.host != "localhost:4000") && (!(/blog\.mhuig\.top/.test(window.location.host)))) {
49554955
const meta = document.createElement('meta');
49564956
meta.name = 'robots';
4957-
meta.content = 'noindex, nofollow, noarchive';
4957+
meta.content = atob('bm9pbmRleCwgbm9mb2xsb3csIG5vYXJjaGl2ZQ=='); // 'noindex, nofollow, noarchive';
49584958
document.head.appendChild(meta);
49594959
}
49604960
};
@@ -4963,7 +4963,7 @@
49634963
/////////////////////////////// ME //////////////////////////////////////
49644964
top.location != self.location && (top.location = self.location);
49654965
if ((window.location.host != "mhuig.github.io") && (window.location.host != "localhost:4000") && (!(/mhuig\.top$/.test(window.location.host)))&& (!(/kix\.moe$/.test(window.location.host)))&& (!(/mhuig/.test(window.location.host)))&& (!(/ipfs/.test(window.location.host)))) {
4966-
window.location.href = 'https://blog.mhuig.top/';
4966+
window.location.href = atob('aHR0cHM6Ly9ibG9nLm1odWlnLnRvcC8='); // 'https://blog.mhuig.top/';
49674967
}
49684968
/////////////////////////////////////////////////////////////////////////
49694969
// 代码块全屏
@@ -4977,14 +4977,17 @@
49774977
window.CodeBlockFullscreen = isFullscreen;
49784978

49794979
// 获取相关DOM元素
4980-
const postElement = document.getElementById('post');
4980+
const postElement = document.getElementById('post') || document.getElementById('docs') || document.getElementById('page');
4981+
if(!postElement) return;
49814982
const parentElement = this.parentElement;
4983+
const grandParentElement = parentElement.parentElement;
49824984
const htmlElement = document.documentElement;
49834985
const gutterElements = document.querySelectorAll('.highlight > table .gutter');
49844986

49854987
// 为元素添加/移除全屏相关类
49864988
postElement.classList.toggle('code-block-fullscreen', isFullscreen);
49874989
parentElement.classList.toggle('code-block-fullscreen', isFullscreen);
4990+
grandParentElement.classList.toggle('code-block-fullscreen', isFullscreen);
49884991
parentElement.classList.toggle('code-block-fullscreen-overflow-auto', isFullscreen);
49894992
htmlElement.classList.toggle('code-block-fullscreen-html-scroll', isFullscreen);
49904993

@@ -4998,6 +5001,8 @@
49985001
myfigcaption();
49995002
volantis.pjax.push(myfigcaption);
50005003
/////////////////////////////////////////////////////////////////////////
5004+
/////////////////////////////////////////////////////////////////////////
5005+
/////////////////////////////////////////////////////////////////////////
50015006

50025007

50035008
})();

archives/2018/11/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@
26042604
root: '/Test/',
26052605
debug: false,
26062606
default: {"avatar":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/avatar/round/3442075.svg","link":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/link/8f277b4ee0ecd.svg","cover":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/cover/76b86c0226ffd.svg","image":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/image/2659360.svg"},
2607-
lastupdate: new Date(1763646177049),
2607+
lastupdate: new Date(1763687295631),
26082608
cdn: {
26092609
izitoast_css: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/css/iziToast.min.css',
26102610
izitoast_js: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/js/iziToast.min.js',
@@ -4764,7 +4764,7 @@
47644764
if ((window.location.host != "localhost:4000") && (!(/blog\.mhuig\.top/.test(window.location.host)))) {
47654765
const meta = document.createElement('meta');
47664766
meta.name = 'robots';
4767-
meta.content = 'noindex, nofollow, noarchive';
4767+
meta.content = atob('bm9pbmRleCwgbm9mb2xsb3csIG5vYXJjaGl2ZQ=='); // 'noindex, nofollow, noarchive';
47684768
document.head.appendChild(meta);
47694769
}
47704770
};
@@ -4773,7 +4773,7 @@
47734773
/////////////////////////////// ME //////////////////////////////////////
47744774
top.location != self.location && (top.location = self.location);
47754775
if ((window.location.host != "mhuig.github.io") && (window.location.host != "localhost:4000") && (!(/mhuig\.top$/.test(window.location.host)))&& (!(/kix\.moe$/.test(window.location.host)))&& (!(/mhuig/.test(window.location.host)))&& (!(/ipfs/.test(window.location.host)))) {
4776-
window.location.href = 'https://blog.mhuig.top/';
4776+
window.location.href = atob('aHR0cHM6Ly9ibG9nLm1odWlnLnRvcC8='); // 'https://blog.mhuig.top/';
47774777
}
47784778
/////////////////////////////////////////////////////////////////////////
47794779
// 代码块全屏
@@ -4787,14 +4787,17 @@
47874787
window.CodeBlockFullscreen = isFullscreen;
47884788

47894789
// 获取相关DOM元素
4790-
const postElement = document.getElementById('post');
4790+
const postElement = document.getElementById('post') || document.getElementById('docs') || document.getElementById('page');
4791+
if(!postElement) return;
47914792
const parentElement = this.parentElement;
4793+
const grandParentElement = parentElement.parentElement;
47924794
const htmlElement = document.documentElement;
47934795
const gutterElements = document.querySelectorAll('.highlight > table .gutter');
47944796

47954797
// 为元素添加/移除全屏相关类
47964798
postElement.classList.toggle('code-block-fullscreen', isFullscreen);
47974799
parentElement.classList.toggle('code-block-fullscreen', isFullscreen);
4800+
grandParentElement.classList.toggle('code-block-fullscreen', isFullscreen);
47984801
parentElement.classList.toggle('code-block-fullscreen-overflow-auto', isFullscreen);
47994802
htmlElement.classList.toggle('code-block-fullscreen-html-scroll', isFullscreen);
48004803

@@ -4808,6 +4811,8 @@
48084811
myfigcaption();
48094812
volantis.pjax.push(myfigcaption);
48104813
/////////////////////////////////////////////////////////////////////////
4814+
/////////////////////////////////////////////////////////////////////////
4815+
/////////////////////////////////////////////////////////////////////////
48114816

48124817

48134818
})();

archives/2018/12/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@
26042604
root: '/Test/',
26052605
debug: false,
26062606
default: {"avatar":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/avatar/round/3442075.svg","link":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/link/8f277b4ee0ecd.svg","cover":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/cover/76b86c0226ffd.svg","image":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/image/2659360.svg"},
2607-
lastupdate: new Date(1763646177049),
2607+
lastupdate: new Date(1763687295631),
26082608
cdn: {
26092609
izitoast_css: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/css/iziToast.min.css',
26102610
izitoast_js: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/js/iziToast.min.js',
@@ -3561,7 +3561,7 @@
35613561

35623562
<div class="headimg-div ">
35633563
<a class="headimg-a" href="/Test/p/14fa5bba/">
3564-
<img itemprop="image" class="headimg lazyload" alt="pyc 文件反编译到 Python 源码" src="https://static.mhuig.top/npm/imbox@0.0.15/c/94.webp" class="lazyload" data-srcset="https://static.mhuig.top/npm/imbox@0.0.15/c/94.webp" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
3564+
<img itemprop="image" class="headimg lazyload" alt="pyc 文件反编译到 Python 源码" src="https://static.mhuig.top/npm/imbox@0.0.15/c/65.webp" class="lazyload" data-srcset="https://static.mhuig.top/npm/imbox@0.0.15/c/65.webp" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
35653565

35663566
</a>
35673567
</div>
@@ -4871,7 +4871,7 @@ <h2 class="article-title" itemprop="name headline">
48714871
if ((window.location.host != "localhost:4000") && (!(/blog\.mhuig\.top/.test(window.location.host)))) {
48724872
const meta = document.createElement('meta');
48734873
meta.name = 'robots';
4874-
meta.content = 'noindex, nofollow, noarchive';
4874+
meta.content = atob('bm9pbmRleCwgbm9mb2xsb3csIG5vYXJjaGl2ZQ=='); // 'noindex, nofollow, noarchive';
48754875
document.head.appendChild(meta);
48764876
}
48774877
};
@@ -4880,7 +4880,7 @@ <h2 class="article-title" itemprop="name headline">
48804880
/////////////////////////////// ME //////////////////////////////////////
48814881
top.location != self.location && (top.location = self.location);
48824882
if ((window.location.host != "mhuig.github.io") && (window.location.host != "localhost:4000") && (!(/mhuig\.top$/.test(window.location.host)))&& (!(/kix\.moe$/.test(window.location.host)))&& (!(/mhuig/.test(window.location.host)))&& (!(/ipfs/.test(window.location.host)))) {
4883-
window.location.href = 'https://blog.mhuig.top/';
4883+
window.location.href = atob('aHR0cHM6Ly9ibG9nLm1odWlnLnRvcC8='); // 'https://blog.mhuig.top/';
48844884
}
48854885
/////////////////////////////////////////////////////////////////////////
48864886
// 代码块全屏
@@ -4894,14 +4894,17 @@ <h2 class="article-title" itemprop="name headline">
48944894
window.CodeBlockFullscreen = isFullscreen;
48954895

48964896
// 获取相关DOM元素
4897-
const postElement = document.getElementById('post');
4897+
const postElement = document.getElementById('post') || document.getElementById('docs') || document.getElementById('page');
4898+
if(!postElement) return;
48984899
const parentElement = this.parentElement;
4900+
const grandParentElement = parentElement.parentElement;
48994901
const htmlElement = document.documentElement;
49004902
const gutterElements = document.querySelectorAll('.highlight > table .gutter');
49014903

49024904
// 为元素添加/移除全屏相关类
49034905
postElement.classList.toggle('code-block-fullscreen', isFullscreen);
49044906
parentElement.classList.toggle('code-block-fullscreen', isFullscreen);
4907+
grandParentElement.classList.toggle('code-block-fullscreen', isFullscreen);
49054908
parentElement.classList.toggle('code-block-fullscreen-overflow-auto', isFullscreen);
49064909
htmlElement.classList.toggle('code-block-fullscreen-html-scroll', isFullscreen);
49074910

@@ -4915,6 +4918,8 @@ <h2 class="article-title" itemprop="name headline">
49154918
myfigcaption();
49164919
volantis.pjax.push(myfigcaption);
49174920
/////////////////////////////////////////////////////////////////////////
4921+
/////////////////////////////////////////////////////////////////////////
4922+
/////////////////////////////////////////////////////////////////////////
49184923

49194924

49204925
})();

archives/2018/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@
26042604
root: '/Test/',
26052605
debug: false,
26062606
default: {"avatar":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/avatar/round/3442075.svg","link":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/link/8f277b4ee0ecd.svg","cover":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/cover/76b86c0226ffd.svg","image":"https://static.mhuig.top/npm/volantis-static@0.0.1660614606622/media/placeholder/image/2659360.svg"},
2607-
lastupdate: new Date(1763646177049),
2607+
lastupdate: new Date(1763687295631),
26082608
cdn: {
26092609
izitoast_css: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/css/iziToast.min.css',
26102610
izitoast_js: 'https://cdn.bootcdn.net/ajax/libs/izitoast/1.4.0/js/iziToast.min.js',
@@ -3563,7 +3563,7 @@
35633563

35643564
<div class="headimg-div ">
35653565
<a class="headimg-a" href="/Test/p/14fa5bba/">
3566-
<img itemprop="image" class="headimg lazyload" alt="pyc 文件反编译到 Python 源码" src="https://static.mhuig.top/npm/imbox@0.0.15/c/94.webp" class="lazyload" data-srcset="https://static.mhuig.top/npm/imbox@0.0.15/c/94.webp" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
3566+
<img itemprop="image" class="headimg lazyload" alt="pyc 文件反编译到 Python 源码" src="https://static.mhuig.top/npm/imbox@0.0.15/c/65.webp" class="lazyload" data-srcset="https://static.mhuig.top/npm/imbox@0.0.15/c/65.webp" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
35673567

35683568
</a>
35693569
</div>
@@ -4986,7 +4986,7 @@ <h2 class="article-title" itemprop="name headline">
49864986
if ((window.location.host != "localhost:4000") && (!(/blog\.mhuig\.top/.test(window.location.host)))) {
49874987
const meta = document.createElement('meta');
49884988
meta.name = 'robots';
4989-
meta.content = 'noindex, nofollow, noarchive';
4989+
meta.content = atob('bm9pbmRleCwgbm9mb2xsb3csIG5vYXJjaGl2ZQ=='); // 'noindex, nofollow, noarchive';
49904990
document.head.appendChild(meta);
49914991
}
49924992
};
@@ -4995,7 +4995,7 @@ <h2 class="article-title" itemprop="name headline">
49954995
/////////////////////////////// ME //////////////////////////////////////
49964996
top.location != self.location && (top.location = self.location);
49974997
if ((window.location.host != "mhuig.github.io") && (window.location.host != "localhost:4000") && (!(/mhuig\.top$/.test(window.location.host)))&& (!(/kix\.moe$/.test(window.location.host)))&& (!(/mhuig/.test(window.location.host)))&& (!(/ipfs/.test(window.location.host)))) {
4998-
window.location.href = 'https://blog.mhuig.top/';
4998+
window.location.href = atob('aHR0cHM6Ly9ibG9nLm1odWlnLnRvcC8='); // 'https://blog.mhuig.top/';
49994999
}
50005000
/////////////////////////////////////////////////////////////////////////
50015001
// 代码块全屏
@@ -5009,14 +5009,17 @@ <h2 class="article-title" itemprop="name headline">
50095009
window.CodeBlockFullscreen = isFullscreen;
50105010

50115011
// 获取相关DOM元素
5012-
const postElement = document.getElementById('post');
5012+
const postElement = document.getElementById('post') || document.getElementById('docs') || document.getElementById('page');
5013+
if(!postElement) return;
50135014
const parentElement = this.parentElement;
5015+
const grandParentElement = parentElement.parentElement;
50145016
const htmlElement = document.documentElement;
50155017
const gutterElements = document.querySelectorAll('.highlight > table .gutter');
50165018

50175019
// 为元素添加/移除全屏相关类
50185020
postElement.classList.toggle('code-block-fullscreen', isFullscreen);
50195021
parentElement.classList.toggle('code-block-fullscreen', isFullscreen);
5022+
grandParentElement.classList.toggle('code-block-fullscreen', isFullscreen);
50205023
parentElement.classList.toggle('code-block-fullscreen-overflow-auto', isFullscreen);
50215024
htmlElement.classList.toggle('code-block-fullscreen-html-scroll', isFullscreen);
50225025

@@ -5030,6 +5033,8 @@ <h2 class="article-title" itemprop="name headline">
50305033
myfigcaption();
50315034
volantis.pjax.push(myfigcaption);
50325035
/////////////////////////////////////////////////////////////////////////
5036+
/////////////////////////////////////////////////////////////////////////
5037+
/////////////////////////////////////////////////////////////////////////
50335038

50345039

50355040
})();

0 commit comments

Comments
 (0)