Skip to content

Commit

Permalink
fix(uat): [Ad] better jsdoc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 5, 2024
1 parent 7b788ad commit ab2f5c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/uni-app-types/src/ad/ad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type _AdProps = Partial<{
*
* 该参数不传入时 Banner 广告不会自动刷新
*
* 单位为 s
* 单位为 `s`
*/
adIntervals: number;
/** 广告数据,优先级高于 adpid */
Expand All @@ -46,27 +46,27 @@ type _AdProps = Partial<{
/**
* Type 为 feeds 时广告左边距,必须大于 0
*
* 单位为 px
* 单位为 `px`
*/
adLeft: number;
/**
* Type 为 feeds 时广告上边距,必须大于 0
*
* 单位为 px
* 单位为 `px`
*/
adTop: number;
/**
* Type 为 feeds 时广告宽度,最大值为屏幕宽度,最小值为 265
*
* 单位为 px
* 单位为 `px`
*
* 默认为 100%
* 默认为 `100%`
*/
adWidth: number;
/**
* Type 为 feeds 时广告高度,最大值为 160,最小值为 85
*
* 单位为 px
* 单位为 `px`
*/
adHeight: number;
/** 广告类型 */
Expand Down

0 comments on commit ab2f5c5

Please # to comment.