cloudcc-cli 1.4.5 → 1.4.6
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 +7 -0
- package/package.json +1 -1
- package/src/publishProjectH5.js +5 -5
package/README.md
CHANGED
package/package.json
CHANGED
package/src/publishProjectH5.js
CHANGED
|
@@ -198,11 +198,11 @@ class Publish {
|
|
|
198
198
|
<div style="font-size: 20px">
|
|
199
199
|
<div>${projectConfig.name}</div>
|
|
200
200
|
<div style="margin-left:48px">
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
<div>版本:${version}</div>
|
|
202
|
+
<div>时间:${dayjs().format('YYYY-MM-DD HH:mm:ss')}</div>
|
|
203
|
+
<div>人员:${this.user}</div>
|
|
204
|
+
<div>分支:${branch}</div>
|
|
205
|
+
<div>标签:${type}</div>
|
|
206
206
|
</div>
|
|
207
207
|
</div>
|
|
208
208
|
</body>
|