Update Background.vue

This commit is contained in:
hwxlikemi 2025-01-26 22:06:16 +08:00 committed by GitHub
parent 5f7752f03b
commit 73f01450b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ const emit = defineEmits(["loadComplete"]);
// //
// Math.random() // Math.random()
const bgRandom = Math.floor(Math.random() * 10 + 1); const bgRandom = Math.floor(Math.random() * 11 + 1);
// //
const changeBg = (type) => { const changeBg = (type) => {