mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-19 05:59:52 +08:00
doc
This commit is contained in:
parent
e451a80e38
commit
ba7f10ea31
@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="red"
|
|||||||
LABEL "repository"="https://github.com/chf007/action-wechat-work"
|
LABEL "repository"="https://github.com/chf007/action-wechat-work"
|
||||||
LABEL "homepage"="https://github.com/chf007/action-wechat-work"
|
LABEL "homepage"="https://github.com/chf007/action-wechat-work"
|
||||||
LABEL "maintainer"="chf007 <chf007server@gmail.com>"
|
LABEL "maintainer"="chf007 <chf007server@gmail.com>"
|
||||||
LABEL "version"="1.0.0"
|
LABEL "version"="1.0.2"
|
||||||
|
|
||||||
ADD entrypoint.js package.json package-lock.json /
|
ADD entrypoint.js package.json package-lock.json /
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成
|
|||||||
msgtype | true | 消息类型,此时固定为markdown
|
msgtype | true | 消息类型,此时固定为markdown
|
||||||
content | true | markdown内容,最长不超过4096个字节,必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770
|
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")
|
![WeChat Work message](wechat-work-msg-images.png "WeChat Work message")
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成
|
|||||||
msgtype | true | 消息类型,此时固定为markdown
|
msgtype | true | 消息类型,此时固定为markdown
|
||||||
content | true | markdown内容,最长不超过4096个字节,必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770
|
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")
|
![WeChat Work message](wechat-work-msg-images.png "WeChat Work message")
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "action-wechat-work",
|
"name": "action-wechat-work",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "GitHub Action that sends a WeChat Work notification.",
|
"description": "GitHub Action that sends a WeChat Work notification.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user