From 24105e09726cc01ab1ac6f470edd72924a52fae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92?= Date: Sun, 7 Sep 2025 17:50:37 +0800 Subject: [PATCH] 1 --- src/views/public/CommentGenerator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/public/CommentGenerator.vue b/src/views/public/CommentGenerator.vue index 5e837f0..8345600 100644 --- a/src/views/public/CommentGenerator.vue +++ b/src/views/public/CommentGenerator.vue @@ -175,7 +175,7 @@ export default { comments: [], statistics: null, lastGenerateTime: 0, - cooldownTime: 3000, // 5秒冷却时间 + cooldownTime: 1000, // 5秒冷却时间 isButtonDisabled: false } },