Add files via upload

This commit is contained in:
RT15548
2026-01-05 21:39:24 +08:00
committed by GitHub
parent a68c8259c7
commit 5f5f20136a

View File

@@ -869,7 +869,7 @@ function parseDelay(str) {
} }
function shuffleCredits() { function shuffleCredits() {
const authors = ['𝓡𝓸𝓻𝓸𝓵𝓵𝓵𝓷', '濯', '小白狐']; const authors = ['𝓡𝓸𝓻𝓸𝓵𝓵𝓵𝓷', '濯', '小白狐'];
const shuffled = authors.sort(() => Math.random() - 0.5); const shuffled = authors.sort(() => Math.random() - 0.5);
const el = document.getElementById('nd_credits'); const el = document.getElementById('nd_credits');
if (el) { if (el) {