mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-22 21:59:49 +08:00
🔊 简化日志
This commit is contained in:
@@ -251,7 +251,7 @@ async function tryAuto(skip: boolean = false): Promise<void> {
|
||||
if (likeCnt < 5 || viewCnt < 3) {
|
||||
const currentCount = postDetailRateLimiter.getRequestCount();
|
||||
await TGLogger.Script(
|
||||
`[米游币任务]正在浏览帖子${post.post.post_id} (当前 1 分钟内请求数:${currentCount}/10)`,
|
||||
`[米游币任务]正在浏览帖子${post.post.post_id} (${currentCount}/10 req/min)`,
|
||||
);
|
||||
let detailResp: TGApp.BBS.Post.FullResp | undefined;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user