mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-01-10 22:21:47 +08:00
Compare commits
18 Commits
AR-Backup-
...
AR-Backup-
| Author | SHA1 | Date | |
|---|---|---|---|
| 09c88ebf18 | |||
| 2aed9e9d90 | |||
| bfe05eef58 | |||
| 5713b1b477 | |||
| 52eb8cd0a7 | |||
| c17b6f0971 | |||
| e7ad732f8d | |||
| 8b6738dcef | |||
| c52e7ded82 | |||
| 2df79d6a44 | |||
| 59688d1e1f | |||
| 86edb37efb | |||
| d06229e705 | |||
| 385b842c80 | |||
| 1cd08a24bd | |||
| c664d9e93a | |||
| 8dcfcaeb7b | |||
| 57f8e30bf4 |
10
BlogCard.svg
10
BlogCard.svg
@ -105,31 +105,31 @@
|
||||
<g class="stagger" style="animation-delay: 450ms" transform="translate(25, 0)">
|
||||
<line x1="12" y1="6.25" x2="19" y2="6.25"
|
||||
style="stroke:rgb(255,255,255);stroke-width:2"/>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[0].title }}</text>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[0].title | truncate: 18 }}</text>
|
||||
</g>
|
||||
</g><g transform="translate(0, 25)">
|
||||
<g class="stagger" style="animation-delay: 600ms" transform="translate(25, 0)">
|
||||
<line x1="12" y1="6.25" x2="19" y2="6.25"
|
||||
style="stroke:rgb(255,255,255);stroke-width:2"/>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[1].title }}</text>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[1].title | truncate: 18 }}</text>
|
||||
</g>
|
||||
</g><g transform="translate(0, 50)">
|
||||
<g class="stagger" style="animation-delay: 750ms" transform="translate(25, 0)">
|
||||
<line x1="12" y1="6.25" x2="19" y2="6.25"
|
||||
style="stroke:rgb(255,255,255);stroke-width:2"/>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[2].title }}</text>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[2].title | truncate: 18 }}</text>
|
||||
</g>
|
||||
</g><g transform="translate(0, 75)">
|
||||
<g class="stagger" style="animation-delay: 900ms" transform="translate(25, 0)">
|
||||
<line x1="12" y1="6.25" x2="19" y2="6.25"
|
||||
style="stroke:rgb(255,255,255);stroke-width:2"/>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[3].title }}</text>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[3].title | truncate: 18 }}</text>
|
||||
</g>
|
||||
</g><g transform="translate(0, 100)">
|
||||
<g class="stagger" style="animation-delay: 1050ms" transform="translate(25, 0)">
|
||||
<line x1="12" y1="6.25" x2="19" y2="6.25"
|
||||
style="stroke:rgb(255,255,255);stroke-width:2"/>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[4].title }}</text>
|
||||
<text class="stat bold" x="25" y="12.5">{{ site.posts[4].title | truncate: 18 }}</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
@ -27,7 +27,7 @@ if (daysold > 90) {
|
||||
|
||||
<hr />
|
||||
|
||||
{% include toc.html html=content sanitize=true %}
|
||||
{% include toc.html html=content sanitize=true h_max=3 %}
|
||||
|
||||
{{content}}
|
||||
|
||||
|
||||
23
_posts/2023-05-22-rpi-win.md
Normal file
23
_posts/2023-05-22-rpi-win.md
Normal file
File diff suppressed because one or more lines are too long
301
_posts/2023-06-30-nucleic-acid.md
Normal file
301
_posts/2023-06-30-nucleic-acid.md
Normal file
File diff suppressed because one or more lines are too long
33
_posts/2023-07-09-bitmo.md
Normal file
33
_posts/2023-07-09-bitmo.md
Normal file
File diff suppressed because one or more lines are too long
129
_posts/2023-08-01-auth.md
Normal file
129
_posts/2023-08-01-auth.md
Normal file
File diff suppressed because one or more lines are too long
27
_posts/2023-09-06-satellite.md
Normal file
27
_posts/2023-09-06-satellite.md
Normal file
File diff suppressed because one or more lines are too long
65
_posts/2023-09-24-rpi-ubuntu.md
Normal file
65
_posts/2023-09-24-rpi-ubuntu.md
Normal file
File diff suppressed because one or more lines are too long
@ -58,8 +58,6 @@ title: 首页 - 我的文章
|
||||
|
||||
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br>
|
||||
|
||||
<a href="/iwara.html">Iwara Download</a><br>
|
||||
|
||||
<a href="/card.html">抽卡</a> - 由<a href="https://github.com/eeg1412/">广树</a>大佬提供卡牌<br>
|
||||
|
||||
<a href="/message.html">留言板</a><br>
|
||||
|
||||
35
iwara.html
35
iwara.html
@ -1,35 +0,0 @@
|
||||
<title>Iwara Downloader</title>
|
||||
<h1>Iwara Downloader</h1>
|
||||
URL: <input type="text" id="url" /> <button onclick="resolve()">Resolve</button>
|
||||
<table id="result-table" border="1" style="display:none">
|
||||
<tr><th>Resolution</th><th>URI</th><th>IP</th><th>Host</th></tr>
|
||||
<tbody id="result"></tbody>
|
||||
</table>
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script>
|
||||
function resolve(){
|
||||
$("#result-table").css('display', "none");
|
||||
$("#result").empty();
|
||||
$.get("https://iwara.mayx.eu.org/api/video/" + $("#url")[0].value.split("/").pop(), function(data){
|
||||
if(!data.length){
|
||||
alert("Resolve Failed");
|
||||
return;
|
||||
}
|
||||
$("#result-table").css('display', "table");
|
||||
var hosts = new Set();
|
||||
console.log(data);
|
||||
data.forEach(function(downuri){
|
||||
var host = downuri["uri"].split("/")[2];
|
||||
hosts.add(host);
|
||||
$("#result").append("<tr><td>" + downuri["resolution"] + '</td><td><a href="' + downuri["uri"] + '">Download</a></td><td class="' + host.split(".")[0] + '">Loading...</td><td>' + host + '</td></tr>');
|
||||
});
|
||||
hosts.forEach(function(host){
|
||||
$.get("https://dns.mayx.eu.org/resolve?type=A&name=" + host, function(result){
|
||||
$("." + host.split(".")[0]).each(function(i, element){
|
||||
element.innerHTML = result["Answer"][0]["data"];
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
</script>
|
||||
6
links.md
6
links.md
@ -8,14 +8,16 @@ tags: [links]
|
||||
|
||||
| Links | Introduce |
|
||||
| - | - |
|
||||
| [花火学园](https://www.sayhuahuo.com/) | 和谐融洽的ACG交流以及资源聚集地 |
|
||||
| [资源统筹局](https://gkdworld.xyz/) | 统筹保管用户分享的资源 |
|
||||
| [花火学园](https://www.sayhuahuo.shop/) | 和谐融洽的ACG交流以及资源聚集地 |
|
||||
| [资源统筹局](https://gkdworld.com/) | 统筹保管用户分享的资源 |
|
||||
| [贫困的蚊子](https://mozz.ie/) | *No description* |
|
||||
| [极客兔兔](https://geektutu.com/) | 致力于分享有趣的技术实践 |
|
||||
| [维基萌](https://www.wikimoe.com/) | 萌即是正义!一名热爱acg的前端设计师的小站! |
|
||||
| [7gugu's blog](https://www.7gugu.com/) | 一个用来存放我爱好的地方,编程,摄影之类的空间 |
|
||||
| [云游君](https://www.yunyoujun.cn/) | 希望能成为一个有趣的人。 |
|
||||
| [Kingfish404](https://blog.kingfish404.cn/) | Stay curious,stay naive. WUT. Jin Yu's Blog |
|
||||
| [FKUN](https://blog.fkun.tech/) | *No description* |
|
||||
| [Sinofine](https://sinofine.me/) | *No description* |
|
||||
|
||||
|
||||
## Links申请
|
||||
|
||||
@ -12,11 +12,9 @@ title: 代理列表
|
||||
- <https://mayx.deno.dev/>
|
||||
- <https://mayx.cyclic.app/>
|
||||
- <https://mayx.glitch.me/>
|
||||
- <https://mayx.mabbs.repl.co/>
|
||||
- <https://blog.mayx.cf/>
|
||||
- <https://blog.mayx.tk/>
|
||||
- <https://yuki.gear.host/>
|
||||
- <https://mayx.tech/>
|
||||
|
||||
# 镜像列表
|
||||
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
|
||||
|
||||
Reference in New Issue
Block a user