https://github.com/dxcweb/qq-share
使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!
https://github.com/dxcweb/qq-share
Last synced: 11 months ago
JSON representation
使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!
- Host: GitHub
- URL: https://github.com/dxcweb/qq-share
- Owner: dxcweb
- Created: 2018-06-01T02:27:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T10:01:18.000Z (about 8 years ago)
- Last Synced: 2025-05-07T21:07:28.199Z (about 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qq-share
使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!
## install
```
npm install dxc-upload --save
```
## Development
```
npm install
npm start
```
## example
```
import qqShare from "qq-share";
qqShare({
title: "",
desc: "",
imgUrl: ""
});
```