vk-ssl-auto-deploy 0.8.2 → 0.8.3

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": "vk-ssl-auto-deploy",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "SSL证书自动部署工具 - 提供HTTP API接口,支持证书文件自动上传和部署",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@ function interceptConsole() {
46
46
  type = 'error';
47
47
  } else if (message.includes('[警告]') || message.includes('[需要更新]') || message.includes('[需要下载]')) {
48
48
  type = 'warning';
49
- } else if (message.includes('[成功]') || message.includes('✓')) {
49
+ } else if (message.includes('[成功]') || message.includes('✓') || message.includes('[回调成功]') || message.includes('[回调完成]')) {
50
50
  type = 'success';
51
51
  } else if (message.includes('[步骤') || message.includes('[任务')) {
52
52
  type = 'info';