Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何扩展支持 ad-custom 原生广告标签 #350

Closed
ren2436 opened this issue Sep 10, 2021 · 1 comment
Closed

如何扩展支持 ad-custom 原生广告标签 #350

ren2436 opened this issue Sep 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ren2436
Copy link

ren2436 commented Sep 10, 2021

新功能描述

广告标签不止只有 ad,还有 ad-custom,怎么扩展支持下 ad-custom 标签

应用场景

@jin-yufeng
Copy link
Owner

新版增加了 customElements 配置项,按以下方式就可以支持 adad-custom,具体参考 文档

{
  customElements: [{
    name: 'ad',
    attrs: ['unit-id']
  }, {
    name: 'ad-custom',
    attrs: ['unit-id'],
    platforms: ['mp-weixin']
  }]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants