Skip to content

Commit 2eb6a38

Browse files
authored
尝试修改徽章
1 parent b5914bb commit 2eb6a38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<p align="center"> 钉钉群机器人 Laravel/Lumen 扩展包 </p>
44
<p align="center">
5-
[![](https://img.shields.io/packagist/dt/doctrine/orm.svg)](https://packagist.org/packages/calchen/laravel-dingtalk-robot-notification)
5+
<img src="https://img.shields.io/packagist/v/calchen/laravel-dingtalk-robot-notification.svg">
6+
<img src="https://img.shields.io/packagist/dt/calchen/laravel-dingtalk-robot-notification.svg">
7+
<img src="https://img.shields.io/github/license/calchen/laravel-dingtalk-robot-notification.svg">
68
</p>
79

8-
https://poser.pugx.org/
9-
1010
## 功能说明
1111
实现了 [钉钉群机器人](https://open-doc.dingtalk.com/docs/doc.htm?treeId=257&articleId=105733&docType=1) 的消息推送功能,并通过自定义通道使得机器人的消息推送也可以使用 Laravel 的消息通知(Notification)进行发送,同时对也 Lumen 也进行了支持。
1212

@@ -289,4 +289,4 @@ $message->at('1825718XXXX'); // $message->at(['1825718XXXX', '156****9052']);
289289

290290
## License
291291

292-
MIT
292+
MIT

0 commit comments

Comments
 (0)