Browse Source

chore: component category change

richard1015 4 years ago
parent
commit
fc33366926
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jd/createComponentMode.js
  2. 1 1
      src/config.json

+ 1 - 1
jd/createComponentMode.js

@@ -80,7 +80,7 @@ function init() {
         type: 'input',
         name: 'sort',
         message:
-          '请选择组件分类(输入编号):1布局组件,2操作反馈,3基础组件,4导航组件,5数据录入,6业务组件',
+          '请选择组件分类(输入编号):1布局组件,2操作反馈,3基础组件,4导航组件,5数据录入,6特色组件',
         validate(value) {
           const pass = /^[1-6]$/.test(value);
           if (pass) {

+ 1 - 1
src/config.json

@@ -671,7 +671,7 @@
       ]
     },
     {
-      "name": "业务组件",
+      "name": "特色组件",
       "enName": "business",
       "packages": [
         {