Skip to content

Commit 8149478

Browse files
committed
v0.1.3
1 parent e1eea08 commit 8149478

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# mpapi
22

3-
mpapi(miniProgram API),小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序
3+
> mpapi(miniProgram API),小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序
44
55
[![NPM][img-npm]][url-npm]
66

77
[![Language][img-javascript]][url-github]
88
[![License][img-mit]][url-mit]
99

10-
> **此项目解决的问题**:在“多端小程序输出”需求下,调用小程序 API 时,同一个方法在各个小程序的传参、返回参等逻辑不一样。每个小程序需要单独编写,而此项目是寻找不同小程序 API 之间的差异,尽可能地通过**一套 API 兼容多个小程序使用**
10+
**此项目解决的问题**:在“多端小程序输出”需求下,调用小程序 API 时,同一个方法在各个小程序的传参、返回参等逻辑不一样。每个小程序需要单独编写,而此项目是寻找不同小程序 API 之间的差异,尽可能地通过**一套 API 兼容多个小程序使用**
1111

1212

1313
## 特点

examples/alipay/js/mpapi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/wechat/js/mpapi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mpapi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpapi",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序",
55
"main": "lib/mpapi.js",
66
"scripts": {

0 commit comments

Comments
 (0)