change: 修改版本号

This commit is contained in:
liuxuewen 2024-01-03 15:36:57 +08:00
parent 46cddc3daa
commit 70913f9edd
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@
c = ((new Date).getTime() - a) / (i - a) * 100, c = ((new Date).getTime() - a) / (i - a) * 100,
u = c <= 100 ? c + "%" : "100%", u = c <= 100 ? c + "%" : "100%",
m = c <= 100 ? c.toFixed(0) + "%" : "已达标 "; m = c <= 100 ? c.toFixed(0) + "%" : "已达标 ";
n.style.setProperty("--past-time-percentage", c + "%"), t.style.setProperty("--progress-percentage", u), o.textContent = m, o.style.left = `calc(${c}% - 33px)`, r.textContent = "" + new Date(a).toLocaleDateString(), s.textContent = "" + new Date(i).toLocaleDateString(), setTimeout(() => { n.style.setProperty("--past-time-percentage", c + "%"), t.style.setProperty("--progress-percentage", u), o.textContent = m, o.style.left = `calc(${c}% - 3rem)`, r.textContent = "" + new Date(a).toLocaleDateString(), s.textContent = "" + new Date(i).toLocaleDateString(), setTimeout(() => {
o.style.visibility = "visible" o.style.visibility = "visible"
}, 2500); }, 2500);
})() })()

View File

@ -92,6 +92,7 @@
.author-content-item.map:hover .map-title { .author-content-item.map:hover .map-title {
bottom: -100%; bottom: -100%;
border-radius: 0 0 1rem 1rem;
} }
.author-content-item.map .map-title b { .author-content-item.map .map-title b {