1
0
forked from bot/app

新版状态页面

This commit is contained in:
2024-04-26 15:06:21 +08:00
parent 5100ca6c77
commit f69844717f
121 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
const bgs = [
"bg1.png",
"bg3.png",
"bg4.png",
"bg5.png",
"bg6.png",
"bg7.png",
"bg9.png",
]
// 随机选择背景图片
document.body.style.backgroundImage = `url(./img/${bgs[Math.floor(Math.random() * bgs.length)]})`;