This repository was archived by the owner on Aug 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 "ret" : 1 ,
33 "apiver" : 9 ,
44 "name" : " HTTP API" ,
5- "version" : " 4.7.1 " ,
6- "version_id" : 427 ,
5+ "version" : " 4.8.0 " ,
6+ "version_id" : 428 ,
77 "author" : " Richard Chien" ,
8- "description" : " 通过 HTTP 或 WebSocket 对酷 Q 的事件进行上报以及接收请求来调用酷 Q 的 DLL 接口,从而可以使用其它语言编写酷 Q 插件。具体见 https://github.com/richardchien/coolq-http-api " ,
8+ "description" : " 通过 HTTP 或 WebSocket 对酷 Q 的事件进行上报以及接收请求来调用酷 Q 的 DLL 接口,从而可以使用其它语言编写酷 Q 插件。具体见 https://cqhttp.cc " ,
99 "event" : [
1010 {
1111 "id" : 1003 ,
Original file line number Diff line number Diff line change 33#define CQHTTP_ID "io.github.richardchien.coolqhttpapi"
44#define CQHTTP_NAME "CoolQ HTTP API"
55
6- #define CQHTTP_BUILD_NUMBER 427
6+ #define CQHTTP_BUILD_NUMBER 428
77
88#define _CQHTTP_TO_STR (x ) #x
99#define CQHTTP_TO_STR (x ) _CQHTTP_TO_STR(x)
1313#define _CQHTTP_STABLE 3
1414
1515#define CQHTTP_VERSION_MAJOR 4
16- #define CQHTTP_VERSION_MINOR 7
17- #define CQHTTP_VERSION_PATCH 1
16+ #define CQHTTP_VERSION_MINOR 8
17+ #define CQHTTP_VERSION_PATCH 0
1818#define CQHTTP_VERSION_PRE _CQHTTP_STABLE
1919#define CQHTTP_VERSION_PRE_VER 0
2020
You can’t perform that action at this time.
0 commit comments