Skip to content

Commit 1056746

Browse files
committed
fix(uat): [AdRewardedVideo] better jsdoc styles
1 parent 483bfcc commit 1056746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uni-app-types/src/ad/ad-rewarded-video.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ type _AdRewardedVideoProps = Partial<{
3636
/**
3737
* 是否在页面就绪后加载广告数据
3838
*
39-
* 默认为 true
39+
* 默认为 `true`
4040
*/
4141
preload: boolean;
4242
/**
4343
* 是否自动加载下一条广告数据
4444
*
45-
* 默认为 false
45+
* 默认为 `false`
4646
*/
4747
loadnext: boolean;
4848
/** 服务器回调透传数据 */

0 commit comments

Comments
 (0)