diff --git a/Dockerfile b/Dockerfile index 608e939..5b201cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="red" LABEL "repository"="https://github.com/chf007/action-wechat-work" LABEL "homepage"="https://github.com/chf007/action-wechat-work" LABEL "maintainer"="chf007 " -LABEL "version"="1.0.0" +LABEL "version"="1.0.2" ADD entrypoint.js package.json package-lock.json / RUN npm ci diff --git a/README.md b/README.md index 6062c59..78f9933 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成 msgtype | true | 消息类型,此时固定为markdown content | true | markdown内容,最长不超过4096个字节,必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770 -#### 图片格式消息 +#### 图片格式消息 ❌**暂不支持** ![WeChat Work message](wechat-work-msg-images.png "WeChat Work message") diff --git a/README.zh-CN.md b/README.zh-CN.md index 6062c59..78f9933 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成 msgtype | true | 消息类型,此时固定为markdown content | true | markdown内容,最长不超过4096个字节,必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770 -#### 图片格式消息 +#### 图片格式消息 ❌**暂不支持** ![WeChat Work message](wechat-work-msg-images.png "WeChat Work message") diff --git a/package.json b/package.json index 8c9c456..2bfd52f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-wechat-work", - "version": "1.0.0", + "version": "1.0.2", "description": "GitHub Action that sends a WeChat Work notification.", "private": true, "scripts": {