kn-cli 1.0.42 → 1.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -66,6 +66,12 @@ module.exports = {
66
66
  ```
67
67
 
68
68
  # 更新日志
69
+ * 1.0.44
70
+ 更新后管模板
71
+
72
+ * 1.0.43
73
+ 增加pc后管模板
74
+
69
75
  * 1.0.42
70
76
  cli.config.js增加version字段,用来标识应用版本号
71
77
 
package/src/create.js CHANGED
@@ -22,6 +22,7 @@ module.exports=async ()=> {
22
22
  message:'请选择框架类型:',
23
23
  choices:[
24
24
  '移动端APP',
25
+ 'pc管理系统',
25
26
  // 'pc官网(未开放)',
26
27
  // '移动端H5活动(未开放)',
27
28
  // 'pc官网(未开放)',