Skip to content

Commit

Permalink
docs: 京东小程序CI文档
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmeow authored and ZakaryCode committed Feb 15, 2023
1 parent 0975b6d commit c4b5706
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/taro-plugin-mini-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ module.exports = function (merge) {
| alipay ||||
| dd ||||
| swan ||||
| jd ||||

> ps: 各平台上传都是支持的,只是不一定会输出二维码
Expand Down Expand Up @@ -359,6 +360,13 @@ health: 阿里医院

官方CI文档[点这里](https://smartprogram.baidu.com/docs/develop/devtools/commandtool/)

### 京东小程序CI配置
| 参数 | 类型 | 说明 |
| :--- | :--- | :--- |
| privateKey | string | 秘钥字符串 |

官方CI文档[点这里](https://mp-docs.jd.com/doc/dev/devtools/1597)

### 完整 ts 接口描述

```ts
Expand Down Expand Up @@ -468,4 +476,9 @@ export interface SwanConfig {
minSwanVersion?: string
}

/** 京东小程序配置 */
export interface JdConfig {
privateKey: string
}

```

0 comments on commit c4b5706

Please sign in to comment.