From e4e9c9e0bbc365b007e45a6dfbc0a48a40bc1fb8 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:37:33 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index c6bd70c..7d0cfd2 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -486,7 +486,7 @@ class UserInfo { `人间自有真情在,给个点赞最实在!`, `实力顶帖,为君打call!`] - this.commenttext = [textList[Math.floor(Math.random() * 6)]] + this.commenttext = [textList[Math.floor(Math.random() * 5)]] } catch (e) { console.log(e);