Skip to content

Commit

Permalink
统一了一下函数风格
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Jun 9, 2024
1 parent 84b630b commit 59081a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catch.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (a *App) CatchCoursePub(speed int, studentID string, password string, cours
runtime.EventsEmit(a.ctx, "currentStatus", fmt.Sprintf("课程 %s 进入选课界面", courseID))

// 点击 "抢公共选修课"
ele = iframe.Locator("#title1785")
ele = iframe.Locator("#title1803")
err = ele.Click()
if err != nil { errCh <- err; return }

Expand Down

0 comments on commit 59081a4

Please sign in to comment.