mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
build: 1.3.8-beta1
This commit is contained in:
parent
bdf5159be1
commit
3151965ea8
11
docs/changelogs/CHANGELOG.v1.4.8.md
Normal file
11
docs/changelogs/CHANGELOG.v1.4.8.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v1.4.8
|
||||
|
||||
QQ Version: Windows 9.9.10-24108 / Linux 3.2.7-23361
|
||||
|
||||
## 修复与优化
|
||||
* 优化Guide的生成方式
|
||||
|
||||
## 新增与调整
|
||||
|
||||
|
||||
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
|
2
src/core
2
src/core
@ -1 +1 @@
|
||||
Subproject commit 7843d818efd4df7f709b37f8c9ec0c07a3b6b002
|
||||
Subproject commit dda2a6754c21c62ee3fdf8e639f23da9bb157cf1
|
@ -1,28 +1,28 @@
|
||||
syntax = "proto3";
|
||||
package SysMessage;
|
||||
message Data {
|
||||
repeated Header header = 1;
|
||||
repeated Body body = 2;
|
||||
repeated Other other = 2;
|
||||
}
|
||||
message Header {
|
||||
uint32 PeerNumber = 1;
|
||||
string PeerString = 2;
|
||||
uint32 Uin = 5;
|
||||
optional string Uid = 6;
|
||||
}
|
||||
message Body {
|
||||
uint32 MsgType = 1;
|
||||
uint32 SubType_0 = 2;
|
||||
uint32 SubType_1 = 3;
|
||||
uint32 MsgSeq= 5;
|
||||
uint32 Time = 6;
|
||||
uint64 MsgID = 12;
|
||||
uint32 Other = 13;
|
||||
}
|
||||
message Event {
|
||||
|
||||
}
|
||||
message Other {
|
||||
repeated Event event = 2;
|
||||
}
|
||||
syntax = "proto3";
|
||||
package SysMessage;
|
||||
message Data {
|
||||
repeated Header header = 1;
|
||||
repeated Body body = 2;
|
||||
repeated Other other = 2;
|
||||
}
|
||||
message Header {
|
||||
uint32 PeerNumber = 1;
|
||||
string PeerString = 2;
|
||||
uint32 Uin = 5;
|
||||
optional string Uid = 6;
|
||||
}
|
||||
message Body {
|
||||
uint32 MsgType = 1;
|
||||
uint32 SubType_0 = 2;
|
||||
uint32 SubType_1 = 3;
|
||||
uint32 MsgSeq= 5;
|
||||
uint32 Time = 6;
|
||||
uint64 MsgID = 12;
|
||||
uint32 Other = 13;
|
||||
}
|
||||
message Event {
|
||||
|
||||
}
|
||||
message Other {
|
||||
repeated Event event = 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user