SkyRain / 我讨厌花式跳绳

Published:

Version: 3.14159265+865e190

Summary: 录制多优先级请求序列,循环发送并通过条件脚本控制优先级切换(返回1继续/0切换/−1停止)

Homepage: https://github.com/KamijoToma/YSUTools

License: MIT

Antifeature: unspecified

你别管为什么,但是我就是讨厌花式跳绳(没有喜欢器械健身的意思)。

神秘代码块(拾的):

ctx.log(ctx.responseText);
if(ctx.contains('暂未开始')) ctx.log('选课尚未开始');
if (ctx.contains('已在')) return -1;
if (ctx.contains('已满')) return 0;
return 1;

License: MIT

该脚本的编写离不开 Claude Sonnet 4.6 的帮助。让我们说 谢谢 Claude >_<

USE AT YOUR OWN RISK 风险自负

Rating: 0