Skip to content

Commit

Permalink
fix(uat): [AdRewardedVideo] better jsdoc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 1, 2024
1 parent 483bfcc commit 1056746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/uni-app-types/src/ad/ad-rewarded-video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ type _AdRewardedVideoProps = Partial<{
/**
* 是否在页面就绪后加载广告数据
*
* 默认为 true
* 默认为 `true`
*/
preload: boolean;
/**
* 是否自动加载下一条广告数据
*
* 默认为 false
* 默认为 `false`
*/
loadnext: boolean;
/** 服务器回调透传数据 */
Expand Down

0 comments on commit 1056746

Please # to comment.