From 165f7bf4aa17d5d39c499b1744db45694e116f5f Mon Sep 17 00:00:00 2001 From: song Date: Sat, 9 Oct 2021 15:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AF=8F=E6=AC=A1play?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.js b/src/test.js index 867777a..0292923 100644 --- a/src/test.js +++ b/src/test.js @@ -51,7 +51,7 @@ function addHash() { function test() { document.addEventListener('click', () => { if (!isDemo) return; - main.play(0); + main.play(config.config.directions[config.currentTimes]); }); } test();