0.1.14 • Published 6 years ago

zhihu-advert-preview v0.1.14

Weekly downloads
65
License
-
Repository
-
Last release
6 years ago

zhihu-advert-preview

zhihu-advert-preview 是 zhihu-advert 的预览组件与 react-zhihu-adviewer是同级组件,zhihu-advert 是 webpack 打包所以不需要安装多余的依赖。

Install

yarn add zhihu-advert-preview

Advert 基本 API

加载方式:

整体加载

import AdvertViewer from 'zhihu-advert-preview'

<AdvertViewer data={this.props} options={{adR: 'a'}} />

具体属性说明如下:

属性说明类型
data广告数据,接口返回object
options配置项,当时只接受样式的 ABTest 默认传 aobject

data 所需数据结构

const data = { ad, brand, }

const ad = { contentType, creatives: creative, landingUrl, image, templateName, ... }

const brand = { logo, name, ... }

const options = {adR: 'a'} opitons 目前需要传入 ABTest 字段来控制显示样式,默认 a 样式

以上为数据所需的必要字段

0.1.14

6 years ago

0.1.13-beta4

6 years ago

0.1.13-beta3

6 years ago

0.1.13-beta2

6 years ago

0.1.13-beta1

6 years ago

0.1.13

6 years ago

0.1.8

6 years ago

0.1.7-beta1

6 years ago

0.1.7

6 years ago

0.1.6-beta6

6 years ago

0.1.6-beta5

6 years ago

0.1.6-beta4

6 years ago

0.1.6-beta3

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4-bate3

6 years ago

0.1.4-bate2

6 years ago

0.1.4-bate1

6 years ago

0.0.5-beta14

6 years ago