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,25 @@
# 分享 API
## 概述
分享 API 用于分享内容。
## API 列表
### uni.share
分享内容。
**详细文档**https://uniapp.dcloud.net.cn/api/share/share.html#share
**参数**
- `provider` (String) - 分享服务提供商(weixin、sinaweibo、qq
- `type` (Number) - 分享类型(0-图文、1-纯文字、2-纯图片、3-音乐、4-视频、5-小程序)
- `href` (String) - 分享链接
- `title` (String) - 分享标题
- `summary` (String) - 分享摘要
- `imageUrl` (String) - 分享图片
## 参考资源
- [uni-app 分享文档](https://uniapp.dcloud.net.cn/api/share/share.html)