全部文章
摘要: class AutoClicker { constructor() { this.intervalId = null; this.isRunning = false; this.intervalTime = 10000; // 10秒 this.secondClickDelay = 500; // 阅读全文
posted @ 2025-11-20 11:58 指尖下的世界 阅读(200) 评论(0) 推荐(0)