You've already forked Douyin_Web_Live
intro pymongo
This commit is contained in:
BIN
protobuf/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
protobuf/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
protobuf/__pycache__/message_pb2.cpython-39.pyc
Normal file
BIN
protobuf/__pycache__/message_pb2.cpython-39.pyc
Normal file
Binary file not shown.
37602
protobuf/beautified-20211127083546.js
Normal file
37602
protobuf/beautified-20211127083546.js
Normal file
File diff suppressed because one or more lines are too long
@ -419,6 +419,22 @@ message TextPiece{
|
||||
}
|
||||
|
||||
message Image{
|
||||
repeated string urlList = 1;
|
||||
string uri = 2;
|
||||
int64 height = 3;
|
||||
int64 width = 4;
|
||||
string avgColor = 5;
|
||||
int32 imageType = 6;
|
||||
string openWebUrl = 7;
|
||||
Content content = 8;
|
||||
bool isAnimated = 9;
|
||||
|
||||
message Content {
|
||||
string name = 1;
|
||||
string fontColor = 2;
|
||||
int64 level = 3;
|
||||
string alternativeText = 4;
|
||||
}
|
||||
}
|
||||
|
||||
message TextPieceUser{
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user