修复鸡腿好感脚本不运行问题 (#506)

This commit is contained in:
userpj
2025-04-01 18:26:38 +08:00
committed by GitHub
parent 88eda284b3
commit 15f1c66b54

View File

@@ -100,7 +100,7 @@
log.info('自动好感开始...');
//默认10次自动好感
if(isPositiveInteger(settings.times){
if(isPositiveInteger(settings.times)){
log.info(`自动好感任务开始,运行:${settings.times}`);
await AutoFriendshipDev(settings.times);
} else {