qdmp-cli 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,7 +47,7 @@ qdmp-cli getMe -e dev //查看开发环境用户
47
47
  ```
48
48
  ### 打包
49
49
  ```bash
50
- qdmp-cli upload -t emp //目前仅支持taro类型的emp
50
+ qdmp-cli build -t emp //目前仅支持taro类型的emp
51
51
  ```
52
52
  ### 上传版本
53
53
  ```bash
package/constants.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export const TEMPLATES = [
2
2
  {
3
3
  name: "default",
4
- value: "frontend/echo-uniapp-template",
4
+ value: "frontend/miniapp-taro-template",
5
5
  desc: "千岛小程序默认模版",
6
6
  emoji: "🟢",
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qdmp-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "qdmp-cli",
5
5
  "main": "index.js",
6
6
  "type": "module",