dinghaol

Results 4 comments of dinghaol

可以直接在python写一个for循环并进行等待吧

It is useful.But this method may be invalid due to the update of the plug-in. I think a better method is to change the setting once, save it, and then...

老版的普通签到的url也换了,参数变成了signIn def normal_check(base_url): """普通签到""" args = "/widget/sign/pcStuSignController/signIn?" \ + "activeId=" + post_data['activeId'] \ + "&classId=" + post_data['classId'] \ + "&fid=" + post_data['fid'] \ + "&courseId=" + post_data['courseId']

与此同时,我还发现有一个bug,就是add context功能时无法无法正常添加。而使用add file link功能却可以正常使用。 然后我在网络中查找之后,发现有人已经进行了回答说明这事。 "Add Context" option doesn't work #371 而根据我实际使用的时候发现,更好的方法是更改​​一次context field的设置,保存它,然后再更改回来。(具体的位置在(Note type setting->File Link Field and Context Field in Note Type Table)中) 这样可以避免因为插件数据更新而失效的问题。 At the same time, I...