Jelajahi Sumber

ci: 新增自动构建流程

zhangyuhan 5 tahun lalu
induk
melakukan
305d3436a2
4 mengubah file dengan 258 tambahan dan 154 penghapusan
  1. 91 0
      .drone.yml
  2. 6 0
      .gitignore
  3. 154 154
      ch2version.version.json
  4. 7 0
      ding-build.md

+ 91 - 0
.drone.yml

@@ -127,3 +127,94 @@ trigger:
       - master
       - feature/*
       - test
+
+---
+kind: pipeline
+name: 剑鱼伙伴-构建
+
+steps:
+  # 环境依赖相关
+  - name: restore-cache
+    pull: if-not-exists
+    image: drillster/drone-volume-cache
+    volumes:
+      - name: cache
+        path: /cache
+    settings:
+      restore: true
+      mount:
+        - ./node_modules
+        - ./yarn-cache
+        - ./node_cache
+  - name: npm-install
+    pull: if-not-exists
+    image: node
+    commands:
+      - echo Use yarn management node_modules
+      - npm config set cache ./node_cache
+      - npm config set registry https://registry.npm.taobao.org --global
+      - npm config set disturl https://npm.taobao.org/dist --global
+      - npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass
+      - npm install yarn --prefer-offline --no-audit
+      - yarn config set registry https://registry.npm.taobao.org --global
+      - yarn config set disturl https://npm.taobao.org/dist --global
+      - yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass
+      - yarn install --prefer-offline --cache-folder ./yarn-cache
+  - name: rebuild-cache
+    pull: if-not-exists
+    image: drillster/drone-volume-cache
+    volumes:
+      - name: cache
+        path: /cache
+    settings:
+      rebuild: true
+      mount:
+        - ./node_modules
+        - ./yarn-cache
+        - ./node_cache
+  # 质量相关
+  - name: lint-code
+    pull: if-not-exists
+    image: node
+    failure: ignore
+    commands:
+      - npm run lint
+  # 编译相关
+  - name: build-code
+    pull: if-not-exists
+    image: node
+    commands:
+      - npm run build:prod
+  # 部署相关
+  # 压缩
+  - name: zip
+    pull: if-not-exists
+    image: alpine
+    commands:
+      - tar -cvf dist-version.tar ./dist-version
+  # 邮件
+  - name: notify
+    pull: if-not-exists
+    image: drillster/drone-email
+    settings:
+      host: smtp.exmail.qq.com
+      port: 465
+      username:
+        from_secret: email_username
+      password:
+        from_secret: email_password
+      from: zhangyuhan@topnet.net.cn
+      recipients:
+        - zhangyuhan@topnet.net.cn
+      attachment: dist-version.tar
+
+volumes:
+  - name: cache
+    host:
+      path: /opt/efe-zyh/ci-cd/node-cache
+
+trigger:
+  branch:
+    include:
+      - feature/version-add
+

+ 6 - 0
.gitignore

@@ -4,6 +4,12 @@
 /page_partner
 /dist*
 
+# compressed files
+*.rar
+*.zip
+*.7z
+*.tar
+
 # local env files
 .env.local
 .env.*.local

+ 154 - 154
ch2version.version.json

@@ -8,9 +8,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -22,9 +22,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -36,9 +36,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -50,9 +50,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -64,9 +64,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -78,9 +78,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -92,9 +92,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -106,9 +106,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -120,9 +120,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -134,9 +134,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         }
@@ -149,9 +149,9 @@
         "git": {
             "name": "zhangyuhan",
             "email": "hi_zhangyuhan@163.com",
-            "date": "2020-08-24T06:13:42.000Z",
-            "message": "build: 更新依赖后重新生成json",
-            "commit": "59e79c5",
+            "date": "2020-08-24T06:51:25.000Z",
+            "message": "build: 删除node_modules重新生成",
+            "commit": "0e76db2",
             "branch": "feature/version-add"
         }
     },
@@ -164,9 +164,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -178,9 +178,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -192,9 +192,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -206,9 +206,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -220,9 +220,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -234,9 +234,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -248,9 +248,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -262,9 +262,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -276,9 +276,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -290,9 +290,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -304,9 +304,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -318,9 +318,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -332,9 +332,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         }
@@ -343,56 +343,56 @@
         "name": "index.html",
         "hash": "",
         "version": "8000",
-        "md5": "a687230a0157bba7dadb8e2840ea0ad1",
+        "md5": "94680338069971201c90e983297b8200",
         "git": {
             "name": "zhangyuhan",
             "email": "hi_zhangyuhan@163.com",
-            "date": "2020-08-24T06:13:42.000Z",
-            "message": "build: 更新依赖后重新生成json",
-            "commit": "59e79c5",
+            "date": "2020-08-24T06:51:25.000Z",
+            "message": "build: 删除node_modules重新生成",
+            "commit": "0e76db2",
             "branch": "feature/version-add"
         }
     },
     "js": {
         "404.js": {
             "name": "404.js",
-            "hash": "c5cb8b3b1e",
+            "hash": "42c4dbd6ed",
             "version": "8000",
             "md5": "ab9313790f8f0af3c9404571d841e9e1",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "app.js": {
             "name": "app.js",
-            "hash": "5fe175ff57",
+            "hash": "29b80ecd05",
             "version": "8000",
-            "md5": "c605ddaf7d1af958c38056319647a0e7",
+            "md5": "4cd7fea26ed448c9366ff4582b042b37",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "auth.js": {
             "name": "auth.js",
-            "hash": "5fed84b311",
+            "hash": "492c9d2697",
             "version": "8000",
             "md5": "2f8f1b0b959573c1556e315a75ee23da",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -404,9 +404,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -418,9 +418,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
@@ -432,79 +432,79 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "home.js": {
             "name": "home.js",
-            "hash": "3310951300",
+            "hash": "0ce1858840",
             "version": "8000",
             "md5": "ce5b487102541553bb420e64fde8888f",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "main.js": {
             "name": "main.js",
-            "hash": "0054c07b95",
+            "hash": "646bb669f5",
             "version": "8000",
             "md5": "eb23140e32ff8c9e2b933b99f7da010e",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "record.js": {
             "name": "record.js",
-            "hash": "4374014d3d",
+            "hash": "3f8d524d51",
             "version": "8000",
             "md5": "29fd5d889ed4d74d44298759da4be838",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "test.js": {
             "name": "test.js",
-            "hash": "4467165f90",
+            "hash": "6384ead96a",
             "version": "8000",
             "md5": "fd0e2f52b2f9d5767e7ccbc14d823e6f",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         },
         "withdrawal.js": {
             "name": "withdrawal.js",
-            "hash": "03346e9d42",
+            "hash": "4cbac62c45",
             "version": "8000",
             "md5": "e4b623b2120b474d8be730f2b91e5847",
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         }
@@ -519,9 +519,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             },
@@ -533,9 +533,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             }
@@ -549,9 +549,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             },
@@ -563,9 +563,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             },
@@ -577,9 +577,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             },
@@ -591,9 +591,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             },
@@ -605,9 +605,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             }
@@ -622,9 +622,9 @@
                     "git": {
                         "name": "zhangyuhan",
                         "email": "hi_zhangyuhan@163.com",
-                        "date": "2020-08-24T06:13:42.000Z",
-                        "message": "build: 更新依赖后重新生成json",
-                        "commit": "59e79c5",
+                        "date": "2020-08-24T06:51:25.000Z",
+                        "message": "build: 删除node_modules重新生成",
+                        "commit": "0e76db2",
                         "branch": "feature/version-add"
                     }
                 },
@@ -636,9 +636,9 @@
                     "git": {
                         "name": "zhangyuhan",
                         "email": "hi_zhangyuhan@163.com",
-                        "date": "2020-08-24T06:13:42.000Z",
-                        "message": "build: 更新依赖后重新生成json",
-                        "commit": "59e79c5",
+                        "date": "2020-08-24T06:51:25.000Z",
+                        "message": "build: 删除node_modules重新生成",
+                        "commit": "0e76db2",
                         "branch": "feature/version-add"
                     }
                 },
@@ -650,9 +650,9 @@
                     "git": {
                         "name": "zhangyuhan",
                         "email": "hi_zhangyuhan@163.com",
-                        "date": "2020-08-24T06:13:42.000Z",
-                        "message": "build: 更新依赖后重新生成json",
-                        "commit": "59e79c5",
+                        "date": "2020-08-24T06:51:25.000Z",
+                        "message": "build: 删除node_modules重新生成",
+                        "commit": "0e76db2",
                         "branch": "feature/version-add"
                     }
                 }
@@ -667,9 +667,9 @@
                 "git": {
                     "name": "zhangyuhan",
                     "email": "hi_zhangyuhan@163.com",
-                    "date": "2020-08-24T06:13:42.000Z",
-                    "message": "build: 更新依赖后重新生成json",
-                    "commit": "59e79c5",
+                    "date": "2020-08-24T06:51:25.000Z",
+                    "message": "build: 删除node_modules重新生成",
+                    "commit": "0e76db2",
                     "branch": "feature/version-add"
                 }
             }
@@ -682,9 +682,9 @@
             "git": {
                 "name": "zhangyuhan",
                 "email": "hi_zhangyuhan@163.com",
-                "date": "2020-08-24T06:13:42.000Z",
-                "message": "build: 更新依赖后重新生成json",
-                "commit": "59e79c5",
+                "date": "2020-08-24T06:51:25.000Z",
+                "message": "build: 删除node_modules重新生成",
+                "commit": "0e76db2",
                 "branch": "feature/version-add"
             }
         }

+ 7 - 0
ding-build.md

@@ -0,0 +1,7 @@
+📦 编译状态: <font color=[TPL_STATUS_COLOR]>build [TPL_BUILD_STATUS]</font> 
+
+⚠️ 编译成功后,请注意查收邮件附件进行正式部署
+
+---
+[TPL_STATUS_EMOTICON] [代码详情]([TPL_COMMIT_LINK])  |  [CI详情]([TPL_BUILD_LINK])
+