Skip to content

Commit

Permalink
更新主创说任务,新增支持访问云圈任务
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMengXinX committed Mar 12, 2022
2 parents 2a46d44 + 54f29e2 commit 9783900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func parseCircleID(artistDetail types.ArtistDetailData) {
}
}

func autoTaskAvail(val int) bool {
func autoTaskAvail(val int) bool { //
availAutoTasks := []int{135000, 399000, 398000, 393001, 395002, 396002, 755000, 740005}
for i := 0; i < len(availAutoTasks); i++ {
if val == availAutoTasks[i] {
Expand Down

0 comments on commit 9783900

Please sign in to comment.