jlu-health-reporter icon indicating copy to clipboard operation
jlu-health-reporter copied to clipboard

为吉林大学本科生每日打卡所作的自动机器人。

Results 1 jlu-health-reporter issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/9302540/143378897-5471cd46-e7b2-4b14-b376-abc21e14d75b.png) 偶然发现党史学习不能够自动填报,抓了包也没弄明白是怎么回事。 在点击`学习完毕`的CheckBox的时候,会调用一个`sfty()`(是否同意)方法,如下: ```javascript function sfty() { var k="sfty"; var aaa = $("#wty").prop("checked"); var v=''; if(aaa){ v = '1'; } else { v = '0'; } if (window.location.hash != '')...