Skip to content

Commit

Permalink
Fix display bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Void-JackLee committed Jul 1, 2021
1 parent 6b051a7 commit 036a11f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zf_course_take_assistant",
"version": "1.1.2",
"newVersionDescription": "添加检测更新功能,建议所有用户安装。",
"version": "1.1.3",
"newVersionDescription": "修复选课成功后刷新后,已选上的课不显示绿色的问题。建议所有用户安装。",
"description": "Auto fetch courses.",
"main": "抢课助手.user.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ window.onload = function() {
}
})

setTimeout(run,0);
setTimeout(run,100);
}

function run() {
Expand Down
4 changes: 2 additions & 2 deletions 抢课助手.user.js

Large diffs are not rendered by default.

0 comments on commit 036a11f

Please sign in to comment.