Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-chang/open-applet
通过 H5 页面打开微信小程序
https://github.com/ares-chang/open-applet
vue3
Last synced: 17 days ago
JSON representation
通过 H5 页面打开微信小程序
- Host: GitHub
- URL: https://github.com/ares-chang/open-applet
- Owner: Ares-Chang
- License: mit
- Created: 2023-04-11T03:18:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-23T03:01:14.000Z (over 1 year ago)
- Last Synced: 2024-11-24T19:36:37.281Z (about 1 month ago)
- Topics: vue3
- Language: TypeScript
- Homepage: https://open-applet.netlify.app
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# open-applet [![Netlify Status](https://api.netlify.com/api/v1/badges/7b8a4dd4-0e6a-4211-b53c-cbe52a8ada4d/deploy-status)](https://app.netlify.com/sites/open-applet/deploys)
快速生成通过 `H5` 跳转打开微信小程序模板。
此方案通过微信提供的接口生成 [URL Scheme](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-scheme/generateScheme.html) 进行跳转。
详情可以参考 [在 H5 中打开小程序](https://areschang.top/web/uni-app/wx-URL-Scheme.html)
## 使用
1. 需自行提供后端接口
2. 配置要跳转小程序名称及图标
3. 替换要跳转小程序 `username` (微信小程序后台查看)。