From 5f5f20136a6a183d145114b12c3d398609fce018 Mon Sep 17 00:00:00 2001 From: RT15548 Date: Mon, 5 Jan 2026 21:39:24 +0800 Subject: [PATCH] Add files via upload --- modules/novel-draw/novel-draw.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {