Skip to content

Commit 02ab122

Browse files
committed
更改文档
1 parent 7aca34e commit 02ab122

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

README.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
1-
# vbot-express
2-
vbot快递查询扩展
1+
# blacklist
2+
快递查询扩展
3+
4+
可以自动检测快递类型进行快递查询,仅仅需要输入快递单号,就可以得到完整的快递信息。
5+
6+
7+
## 要求
8+
9+
310

411
## 安装
5-
1. composer
12+
613
```
7-
$ composer require 96qbhy/vbot-express:dev-master
14+
composer require 96qbhy/vbot-express:dev-master
815
```
916

10-
2.`vbot` 中加载扩展
17+
## 扩展属性
18+
1119
```php
12-
$robot = new Vbot([//vbot配置...]);
13-
14-
$robot->messageExtension->load([
15-
// some extensions
16-
VbotExpress::class,
17-
]);
18-
19-
//...
20+
name: express
21+
zhName: 快递查询
22+
author: 96qbhy
2023
```
2124

25+
## 触发关键字
26+
27+
28+
29+
## 配置项
30+
31+
32+
33+
## 扩展负责人
2234

23-
## 使用示例
24-
![使用示例](http://resources.96qbhy.com/Y5019_9i33DsrrKzkK8s)
35+
[96qbhy](https://github.com/96qbhy)
2536

37+

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "96qbhy/vbot-express",
33
"description": "简单的快递查询接口。",
44
"license": "MIT",
5-
"version": "1.0.0",
65
"authors": [
76
{
87
"name": "96qbhy",

0 commit comments

Comments
 (0)