diff --git a/modules/novel-draw/novel-draw.html b/modules/novel-draw/novel-draw.html index 3a323fe..ba50925 100644 --- a/modules/novel-draw/novel-draw.html +++ b/modules/novel-draw/novel-draw.html @@ -869,7 +869,7 @@ function parseDelay(str) { } function shuffleCredits() { - const authors = ['𝓑𝓸𝓻𝓸𝓡𝓡𝓡𝓷', 'ηΊ€ζΏ―', '小白狐']; + const authors = ['𝓑𝓸𝓻𝓸𝓡𝓡𝓡𝓷', '阑濯', '小白狐']; const shuffled = authors.sort(() => Math.random() - 0.5); const el = document.getElementById('nd_credits'); if (el) {