This commit is contained in:
186526 2022-04-30 14:34:54 +08:00
parent 99d76ade5c
commit 01fd36d5e1
Signed by: 186526
GPG Key ID: C7EB1E6B8CC5E51D
2 changed files with 5 additions and 4 deletions

View File

@ -135,10 +135,11 @@
<a href="https://i.186526.xyz/pgp_keys.asc">
<img alt="Keybase PGP" src="https://blog.186526.xyz/shields.io/keybase/pgp/186526">
</a>
<a href="https://icp.gov.moe/?keyword=20218600"><img alt="Moe ICP 20218600"
src="https://blog.186526.xyz/shields.io/badge/%E8%90%8CICP%E5%A4%87-20218600-blue" /></a>
<a href="https://status.186526.eu.org/"><img src="https://blog.186526.xyz/shields.io/uptimerobot/ratio/m786767672-6913a353d708838f195d30d8"/></a>
</div>
<p>
萌ICP备<a href="https://icp.gov.moe/?keyword=20218600">20218600</a>
</p>
<p>Running on <a href="https://net.186526.xyz">186526 Network</a>.</p>
<p>Copyright © 2021

View File

@ -25,7 +25,7 @@ window.addEventListener("load", (_ev) => {
// @ts-expect-error
document.querySelector(
"#footer > div"
).innerHTML += `<img alt="Update Commit" src="https://blog.186526.xyz/shields.io/badge/commit-${__APP_VERSION__}-blue" /> <img alt="Latest Update" src="https://blog.186526.xyz/shields.io/date/${__APP_BUILD_TIME__}?color=sucessful&label=latest%20update" />`;
).innerHTML += `<a href="https://git.186526.xyz/186526/home-app"><img alt="Update Commit" src="https://blog.186526.xyz/shields.io/badge/commit-${__APP_VERSION__}-blue" /></a> <img alt="Latest Update" src="https://blog.186526.xyz/shields.io/date/${__APP_BUILD_TIME__}?color=sucessful&label=latest%20update" />`;
if ("serviceWorker" in navigator) {
navigator.serviceWorker