mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
release: 1.3.8
This commit is contained in:
@@ -1 +1 @@
|
||||
export const version = '1.4.0';
|
||||
export const version = '1.3.8';
|
||||
|
@@ -0,0 +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;
|
||||
}
|
@@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
|
||||
SettingItem(
|
||||
'<span id="napcat-update-title">Napcat</span>',
|
||||
undefined,
|
||||
SettingButton('V1.4.0', 'napcat-update-button', 'secondary')
|
||||
SettingButton('V1.3.8', 'napcat-update-button', 'secondary')
|
||||
),
|
||||
]),
|
||||
SettingList([
|
||||
|
Reference in New Issue
Block a user