Skip to content

Commit

Permalink
fix: 将注释更新为API下的类
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyong920 committed Dec 30, 2024
1 parent a015b4e commit a574c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/ruiyun/jvppeteer/api/events/PageEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public enum PageEvents {
Load,
/**
* 当 JavaScript 代码调用 `console.timeStamp` 时触发此事件。
* metrics列表 见 {@link CdpPage#metrics}.
* metrics列表 见 {@link com.ruiyun.jvppeteer.api.core.Page#metrics}.
* <p>
* {@link PageMetrics} 代表一个dialog事件的相关信息
* <p>
Expand Down Expand Up @@ -85,7 +85,7 @@ public enum PageEvents {
RequestServedFromCache,
/**
* 当请求失败时触发,例如超时。
* {@link CdpRequest}.代表一个requestfailed事件的相关信息
* {@link com.ruiyun.jvppeteer.api.core.Request}.代表一个requestfailed事件的相关信息
* <p>
* 包含 Request。
* <p>
Expand All @@ -95,7 +95,7 @@ public enum PageEvents {
/**
* 当请求成功完成时触发。包含 Request。
* <p>
* {@link CdpRequest}.代表一个requestfinished事件的相关信息
* {@link com.ruiyun.jvppeteer.api.core.Request}.代表一个requestfinished事件的相关信息
*/
RequestFinished,
/**
Expand Down

0 comments on commit a574c8b

Please sign in to comment.