Skip to content

Commit

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

0 comments on commit 0e76de1

Please sign in to comment.