We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,还有 ad-custom,怎么扩展支持下 ad-custom 标签
The text was updated successfully, but these errors were encountered:
增加 customElements 配置项,便于添加自定义功能性标签 #350
51c8c62
新版增加了 customElements 配置项,按以下方式就可以支持 ad 和 ad-custom,具体参考 文档
customElements
ad
ad-custom
{ customElements: [{ name: 'ad', attrs: ['unit-id'] }, { name: 'ad-custom', attrs: ['unit-id'], platforms: ['mp-weixin'] }] }
Sorry, something went wrong.
No branches or pull requests
新功能描述
广告标签不止只有 ad,还有 ad-custom,怎么扩展支持下 ad-custom 标签
应用场景
The text was updated successfully, but these errors were encountered: