From a23ae97b5b6659e62d5ce211bfe7e45f2e144095 Mon Sep 17 00:00:00 2001 From: Anno Yanzhe Chen <54897166+ChenAnno@users.noreply.github.com> Date: Sat, 4 Oct 2025 03:27:27 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3d4088c..b002f52 100644 --- a/index.html +++ b/index.html @@ -241,7 +241,7 @@ canvas.height = window.innerHeight; canvas.width = window.innerWidth; - const letters = '学而时习之不亦说乎教学相长也学而不厌诲人不倦大学之道在明明德在亲民止于至善アァイィウヴエェオカガキギクケゲコゴサザシジスズセゼソゾタダチッヂツヅテデトドナニヌネハバパヒビピフブプヘベペホボポマミムメモヤユヨラリルレロワヰヱヲンABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; + const letters = '学而时习之不亦说乎教学相长也学而不厌诲人不倦大学之道在明明德在亲民止于至善ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; const lettersArray = letters.split(''); const fontSize = 16;