This commit is contained in:
xiaozhiyong
2026-06-10 09:39:21 +08:00
parent 93ccdace0f
commit f006955a77
10 changed files with 853 additions and 252 deletions

View File

@@ -81,7 +81,8 @@
nextTick(() => {
document.getElementsByClassName(
'flex flex-col md:flex-row gap-2 items-center text-sm text-slate-700 dark:text-slate-500 justify-center py-2'
)[0].style.opacity = 0
)[0].style.display = 'none'
// opacity = 0
})
})