Update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-02 01:03:45 +08:00
parent cba791e5c8
commit 0e3084b275
5 changed files with 210 additions and 257 deletions

View File

@ -31,7 +31,7 @@ window.addEventListener("load", (_ev) => {
// @ts-expect-error
document.querySelector(
"#footer > div"
).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" />`;
).innerHTML += `<a alt="Update Commit" 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" />`;
// @ts-expect-error
document.querySelector("#footer").innerHTML = document.querySelector("#footer")?.innerHTML.replaceAll("unknown",__APP_BUILD_MACHINE__);

View File

@ -40,7 +40,7 @@ card {
card > a > img {
max-height: 48px;
max-width: 48px;
width: 48px;
vertical-align: middle;
}