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,23 @@
# 广告事件处理
## 官方文档
参考官方文档:https://uniapp.dcloud.net.cn/uni-ad/
## 示例
```javascript
rewarded.onLoad(() => {
console.log('广告加载成功')
})
rewarded.onError(err => {
console.error('广告加载失败', err)
})
rewarded.onClose(res => {
console.log('广告关闭', res)
})
```
## 参考资源
- https://uniapp.dcloud.net.cn/uni-ad/