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 } },