mali-applet-ui 1.1.43 → 1.1.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/env/index.d.ts +1 -1
- package/env/index.js +2 -2
- package/package.json +1 -1
package/env/index.d.ts
CHANGED
package/env/index.js
CHANGED
|
@@ -283,9 +283,9 @@ function sendQyWechatMsg (webhook, params) {
|
|
|
283
283
|
})
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
function getBuildSuccessMsg () {
|
|
286
|
+
function getBuildSuccessMsg (description) {
|
|
287
287
|
return `
|
|
288
|
-
# <font color="info">${[getCustomName(process.env.VUE_APP_CUSTOM_MODULE),
|
|
288
|
+
# <font color="info">${[getCustomName(process.env.VUE_APP_CUSTOM_MODULE), description, '-', getEnvName(process.env.VUE_APP_MODE), '已更新'].join('')}</font>
|
|
289
289
|
>> 构建时间:<font color="comment">${XEUtils.toDateString(XEUtils.toStringDate(process.env.VUE_APP_PUBLISH_DATE, 'yyyyMMddHHmmss'), 'yyyy-MM-dd HH:mm:ss')}</font>
|
|
290
290
|
<font color="comment">-自动化发版</font>`
|
|
291
291
|
}
|