Skip to content

Commit

Permalink
Readme修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Monomux committed Jun 5, 2022
1 parent 7b873c3 commit 872e002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Monomux
`Extension`类提供以下接口:
+ `onbeforeeachloop(currentloop)`,在每次执行脚本前执行,返回False时跳过本次执行
+ `onrunbefore(event, currentindex)`,在每行脚本执行前执行,返回False时跳过本行执行
+ `onrunafter(event, currentindex)`在每行脚本执行后执行,无返回值
+ `onaftereachloop(currentloop)`在每次执行脚本后执行,无返回值
+ `onrunafter(event, currentindex)`在每行脚本后执行,无论`onrunbefore`返回值如何,无返回值
+ `onaftereachloop(currentloop)`在每次执行完脚本后执行,无论`onbeforeeachloop`返回值如何,无返回值
+ `onrecord(event, currentindex)`,在每次录制到一个操作后执行,返回True记录本次操作
+ `onendp()`,在全部循环执行完成后执行

Expand Down

0 comments on commit 872e002

Please sign in to comment.