Skip to content

Commit

Permalink
Deployed 27af724 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 21, 2024
1 parent 1828d43 commit b6d4d4f
Show file tree
Hide file tree
Showing 19 changed files with 228 additions and 516 deletions.
20 changes: 19 additions & 1 deletion about/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -6023,6 +6023,24 @@
<p class="admonition-title">Info</p>
<p>测试中的小组件,可看源代码自行取用</p>
</div>
<!-- 看板娘 -->
<script src="https://unpkg.com/oh-my-live2d@latest"></script>
<script>
OML2D.loadOml2d({
models: [
{
path: 'https://model.oml2d.com/HK416-1-normal/model.json',
position: [0, 60],
scale: 0.08,
stageStyle: {
height: 450
}
}
]
});
</script>
<!-- 看板娘end -->

<p><center><font color= #518FC1 size=6 class="ml3">“循此苦旅 以达星辰”</font></center></p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>

Expand Down Expand Up @@ -7199,7 +7217,7 @@
<span class="md-icon" title="最后更新">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-04-14</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-21</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion blog/2024/01/01/2024网站更新记录.html
Original file line number Diff line number Diff line change
Expand Up @@ -6507,7 +6507,7 @@ <h2 id="2024-01-05"></p><h1 id="01" name="01"><strong>2024-01-05</strong></h1><p
<span class="md-icon" title="最后更新">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-21</span>
</span>


Expand Down
148 changes: 47 additions & 101 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6025,7 +6025,6 @@


<h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h1>
<!-- <center><font color= #518FC1 size=6>“循此苦旅,以达星辰”</font></center> -->
<p><center><font color= #518FC1 size=6 class="ml3">“循此苦旅 以达星辰”</font></center></p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>

Expand All @@ -6036,96 +6035,40 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;
</font>
</center> -->

<!-- <center>
<font color= #608DBD size=3>
<span id="hitokoto-sentence">正在加载一言....</span>
<script src="https://v1.hitokoto.cn"></script>
</font>
</center> -->
<div id="rcorners2" >

<!-- <center>
<font color= #608DBD size=3>
<p id="hitokoto">
<a href="#" id="hitokoto_text" target="_blank"></a>
</p>
<script>
fetch('https://v1.hitokoto.cn')
.then(response => response.json())
.then(data => {
const hitokoto = document.querySelector('#hitokoto_text')
hitokoto.href = `https://hitokoto.cn/?uuid=${data.uuid}`
hitokoto.innerText = data.hitokoto
})
.catch(console.error)
</script>
</font>
</center> -->
<div id="rcorners1" class="date-display">
<p class="p1"></p>
</div>

<div id="rcorners2" >
<div id="rcorners1">
<!-- <i class="fa fa-calendar" style="font-size:100"></i> -->
<body>
<font color="#4351AF">
<p class="p1"></p>
<style>
.date-display {
color: #4351AF;
}
</style>
<script defer>
//格式:2020年04月12日 10:20:00 星期二
function format(newDate) {
var day = newDate.getDay();
var y = newDate.getFullYear();
var m =
newDate.getMonth() + 1 < 10
? "0" + (newDate.getMonth() + 1)
: newDate.getMonth() + 1;
var d =
newDate.getDate() < 10 ? "0" + newDate.getDate() : newDate.getDate();
var h =
newDate.getHours() < 10 ? "0" + newDate.getHours() : newDate.getHours();
var min =
newDate.getMinutes() < 10
? "0" + newDate.getMinutes()
: newDate.getMinutes();
var s =
newDate.getSeconds() < 10
? "0" + newDate.getSeconds()
: newDate.getSeconds();
var dict = {
1: "一",
2: "二",
3: "三",
4: "四",
5: "五",
6: "六",
0: "天",
};
//var week=["日","一","二","三","四","五","六"]
return (
y +
"年" +
m +
"月" +
d +
"日" +
" " +
h +
":" +
min +
":" +
s +
" 星期" +
dict[day]
);
const day = newDate.getDay();
const y = newDate.getFullYear();
const m = newDate.getMonth() + 1 < 10 ? `0${newDate.getMonth() + 1}` : newDate.getMonth() + 1;
const d = newDate.getDate() < 10 ? `0${newDate.getDate()}` : newDate.getDate();
const h = newDate.getHours() < 10 ? `0${newDate.getHours()}` : newDate.getHours();
const min = newDate.getMinutes() < 10 ? `0${newDate.getMinutes()}` : newDate.getMinutes();
const s = newDate.getSeconds() < 10 ? `0${newDate.getSeconds()}` : newDate.getSeconds();
const dict = {1: "一", 2: "二", 3: "三", 4: "四", 5: "五", 6: "六", 0: "天"};

return `${y}${m}${d}${h}:${min}:${s} 星期${dict[day]}`;
}
var timerId = setInterval(function () {
var newDate = new Date();
var p1 = document.querySelector(".p1");

const timerId = setInterval(() => {
const newDate = new Date();
const p1 = document.querySelector(".p1");
if (p1) {
p1.textContent = format(newDate);
}
}, 1000);
</script>
</font>
</body>
</div>

<ul>
<li>通过主题和目录以打开文章</li>
<ul>
Expand All @@ -6138,6 +6081,7 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;
</li>
</ul>
</div>

<p class="annotate">快速谈话(1) 联系我(2)</p>
<ol>
<li>点击右下角与我在线交谈.</li>
Expand Down Expand Up @@ -6190,23 +6134,14 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;
<p><span class="twemoji lg middle"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.427 16.615v-6.042c0-.997-.444-1.669-1.541-1.669-.906 0-1.754.614-2.159 1.228v6.483H5.704v-6.042c0-.997-.423-1.669-1.523-1.669-.905 0-1.734.633-2.158 1.228v6.483H0V7.351h2.023v1.247C2.428 8.04 3.642 7.12 5.068 7.12c1.386 0 2.235.69 2.543 1.688.52-.825 1.754-1.688 3.16-1.688 1.697 0 2.68.92 2.68 2.8v6.694h-2.024zM24 12.163c0-2.925-1.788-5.042-4.604-5.042-2.777 0-4.759 2.174-4.759 4.869 0 2.945 2.079 4.888 4.913 4.89 1.476 0 2.855-.482 3.807-1.368l-.932-1.328c-.68.673-1.747 1.04-2.68 1.04-1.768 0-2.815-1.174-2.971-2.56H24v-.5zm-7.245-.943c.077-1.116.893-2.444 2.622-2.444 1.845 0 2.602 1.347 2.66 2.444h-5.282z"/></svg></span> <strong>关于</strong></p>
<hr />
<ul>
<li><a href="waline.html">留言板</a><sup id="fnref:Knowing-that-loving-you-has-no-ending"><a class="footnote-ref" href="#fn:Knowing-that-loving-you-has-no-ending">1</a></sup></li>
<li><a href="blog/index.html">Blogger</a> <br />
<a href="about/geren.html"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span> 了解我</a><sup id="fnref:see-how-much-I-love-you"><a class="footnote-ref" href="#fn:see-how-much-I-love-you">2</a></sup></li>
<li><a href="waline.html">留言板</a></li>
<li><a href="blog/index.html">Blogger</a><sup id="fnref:Knowing-that-loving-you-has-no-ending"><a class="footnote-ref" href="#fn:Knowing-that-loving-you-has-no-ending">1</a></sup> </li>
<li><a href="about/geren.html"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span> 了解我</a><sup id="fnref:see-how-much-I-love-you"><a class="footnote-ref" href="#fn:see-how-much-I-love-you">2</a></sup></li>
</ul>
</li>
</ul>
</div>
<p><head></p>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-29HZMNR0KG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-29HZMNR0KG');
</script>

<!-- Start of Howxm client code snippet -->
<script>
function _howxm(){_howxmQueue.push(arguments)}
Expand All @@ -6225,11 +6160,23 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;

<script src="//code.tidio.co/6jmawe9m5wy4ahvlhub2riyrnujz7xxi.js" async></script>
<p></head></p>
<div id="rcorners3" >
<style>
#rcorners3 {
border-radius: 25px;
border: 2px solid #518FC1;
padding: 20px;
width: 100%;
height: 30%;
font-size: 18px;
text-align: center;
}
</style>
<body>
<font color="#B9B9B9">
<p style="text-align: center; ">
<span>本站已经运行</span>
<span id='box1'></span>
<font color="#B9B9B9">
<p style="text-align: center; ">
<span>本站已经运行</span>
<span id='box1'></span>
</p>
<div id="box1"></div>
<script>
Expand All @@ -6251,8 +6198,11 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;
document.getElementById('box1').innerHTML = timingTime()
},1000)
</script>


</font>
</body>
</div>

<!--
____ __ ____ ______ ______ ____ __ ____ __ .__ __.
Expand All @@ -6264,10 +6214,6 @@ <h1 id="_1">主页<a class="headerlink" href="#_1" title="Permanent link">&para;
-->

<!-- <iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/3tRns5xuEZ29Z0nd7ADdNk?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<iframe src="https://www.geogebra.org/calculator/budmqnft?embed" width="800" height="600" allowfullscreen style="border: 1px solid #e4e4e4;border-radius: 4px;" frameborder="0"></iframe> -->

<div class="footnote">
<hr />
<ol>
Expand Down
23 changes: 0 additions & 23 deletions relax/Game/yuanshen.html
Original file line number Diff line number Diff line change
Expand Up @@ -6423,29 +6423,6 @@ <h2 id="_7">宣传片<a class="headerlink" href="#_7" title="Permanent link">&pa




<span class="md-source-file__fact">


<span class="md-icon" title="贡献者">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z"/></svg>
</span>
<span>GitHub</span>


<nav>

<a href="https://github.com/Wcowin" class="md-author" title="@Wcowin">

<img src="https://avatars.githubusercontent.com/u/99159173?v=4&size=72" alt="Wcowin">
</a>



</nav>
</span>


</aside>

<!--
Expand Down
23 changes: 0 additions & 23 deletions relax/Letter/letter1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6085,29 +6085,6 @@ <h1>第一封</h1>




<span class="md-source-file__fact">


<span class="md-icon" title="贡献者">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z"/></svg>
</span>
<span>GitHub</span>


<nav>

<a href="https://github.com/Wcowin" class="md-author" title="@Wcowin">

<img src="https://avatars.githubusercontent.com/u/99159173?v=4&size=72" alt="Wcowin">
</a>



</nav>
</span>


</aside>

<!--
Expand Down
23 changes: 0 additions & 23 deletions relax/Letter/letter2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6089,29 +6089,6 @@ <h1>第二封</h1>




<span class="md-source-file__fact">


<span class="md-icon" title="贡献者">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z"/></svg>
</span>
<span>GitHub</span>


<nav>

<a href="https://github.com/Wcowin" class="md-author" title="@Wcowin">

<img src="https://avatars.githubusercontent.com/u/99159173?v=4&size=72" alt="Wcowin">
</a>



</nav>
</span>


</aside>

<!--
Expand Down
23 changes: 0 additions & 23 deletions relax/Letter/luvletter/sqrzszyz.html
Original file line number Diff line number Diff line change
Expand Up @@ -6163,29 +6163,6 @@ <h1>朱生豪与宋清如</h1>




<span class="md-source-file__fact">


<span class="md-icon" title="贡献者">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z"/></svg>
</span>
<span>GitHub</span>


<nav>

<a href="https://github.com/Wcowin" class="md-author" title="@Wcowin">

<img src="https://avatars.githubusercontent.com/u/99159173?v=4&size=72" alt="Wcowin">
</a>



</nav>
</span>


</aside>

<!--
Expand Down
Loading

0 comments on commit b6d4d4f

Please sign in to comment.