更新页面

This commit is contained in:
2026-04-27 19:05:11 +08:00
parent 8e4313bdfd
commit 9b9005a66e
11 changed files with 583 additions and 811 deletions

View File

@ -28,7 +28,7 @@ let setWatermark = (str1, str2) => {
div.id = id
div.style.pointerEvents = 'none'
div.style.top = '0vw'
div.style.left = '-10%'
// div.style.left = '-10%'
div.style.opacity = '0.15'
div.style.position = 'fixed'
div.style.zIndex = '100000'