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

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