1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-09-12 16:40:40 +08:00

refactor: 架构升级

This commit is contained in:
小莫唐尼
2026-08-31 07:58:23 +08:00
commit ba5b77568b
693 changed files with 118430 additions and 0 deletions
@@ -0,0 +1,32 @@
# ad
## Instructions
应用内展示的广告组件,可用于banner或信息流。
Banner或信息流广告展现场景非常灵活,常见的展现场景为:文章顶部,详情页面顶部,第一屏中部等。建议信息流广告不要放置在底部
平台差异说明
### Syntax
- 使用 `<ad />`(或 `<ad></ad>`,当需要包裹子节点时)。
- 遇到平台差异时,建议使用条件编译(`#ifdef / #endif`)显式处理。
#### Properties
See official docs for full properties list: `https://uniapp.dcloud.net.cn/component/ad.html`
#### Events
See official docs for full events list: `https://uniapp.dcloud.net.cn/component/ad.html`
#### Platform Compatibility
See official docs for platform support table: `https://uniapp.dcloud.net.cn/component/ad.html`
### Examples
Examples are available in the official docs: `https://uniapp.dcloud.net.cn/component/ad.html`
Reference: [Official Documentation](https://uniapp.dcloud.net.cn/component/ad.html)