18 Commits

Author SHA1 Message Date
09c88ebf18 Update file 2023-09-24-rpi-ubuntu.md 2023-09-24 12:34:21 +00:00
2aed9e9d90 Update links.md 2023-09-10 16:38:27 +08:00
bfe05eef58 Update links.md 2023-09-09 00:47:24 +08:00
5713b1b477 Update file 2023-09-06-satellite.md 2023-09-06 11:51:39 +00:00
52eb8cd0a7 Update file 2023-08-01-auth.md 2023-08-01 14:09:27 +00:00
c17b6f0971 Update 2023-06-30-nucleic-acid.md 2023-07-18 11:07:05 +08:00
e7ad732f8d Update 2 files
- /BlogCard.svg
- /proxylist.md
2023-07-11 03:59:38 +00:00
8b6738dcef Update links.md 2023-07-09 04:07:23 +00:00
c52e7ded82 Update file 2023-07-09-bitmo.md 2023-07-08 18:41:24 +00:00
2df79d6a44 Update file 2023-07-09-bitmo.md 2023-07-08 18:37:14 +00:00
59688d1e1f Update file 2023-06-30-nucleic-acid.md 2023-06-29 18:54:54 +00:00
86edb37efb Update file 2023-06-30-nucleic-acid.md 2023-06-29 18:54:54 +00:00
d06229e705 Update file 2023-06-30-nucleic-acid.md 2023-06-29 18:53:24 +00:00
385b842c80 Update 2 files
- /_layouts/post.html
- /_posts/2023-06-30-nucleic-acid.md
2023-06-29 18:44:09 +00:00
1cd08a24bd Update file 2023-06-30-nucleic-acid.md 2023-06-29 18:35:27 +00:00
c664d9e93a Update file 2023-05-22-rpi-win.md 2023-05-21 16:28:06 +00:00
8dcfcaeb7b Update 3 files
- /iwara.html
- /index.html
- /card.html
2023-04-22 12:06:10 +00:00
57f8e30bf4 Update links.md 2023-04-11 09:08:32 +08:00
13 changed files with 590 additions and 49 deletions

View File

@ -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>

View File

@ -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}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

129
_posts/2023-08-01-auth.md Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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>

View File

@ -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申请

View File

@ -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),所以现在提供以下镜像站: