feat: update to 2.7.51

This commit is contained in:
StopWuyu
2024-12-07 14:00:38 +08:00
parent 48f3fd4a79
commit a627ecfe96
2454 changed files with 171367 additions and 150524 deletions

View File

@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNTeW5jVGFza1NjUnNwLnByb3RvIi0KDVN5bmNUYXNrU2NSc3ASDwoHcmV0",
"Y29kZRgFIAEoDRILCgNrZXkYByABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"Y29kZRgIIAEoDRILCgNrZXkYBiABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "key" field.</summary>
public const int KeyFieldNumber = 7;
public const int KeyFieldNumber = 6;
private string key_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -151,14 +151,14 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
if (Key.Length != 0) {
output.WriteRawTag(58);
output.WriteRawTag(50);
output.WriteString(Key);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
@@ -169,14 +169,14 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
if (Key.Length != 0) {
output.WriteRawTag(58);
output.WriteRawTag(50);
output.WriteString(Key);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -226,12 +226,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 40: {
Retcode = input.ReadUInt32();
case 50: {
Key = input.ReadString();
break;
}
case 58: {
Key = input.ReadString();
case 64: {
Retcode = input.ReadUInt32();
break;
}
}
@@ -249,12 +249,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 40: {
Retcode = input.ReadUInt32();
case 50: {
Key = input.ReadString();
break;
}
case 58: {
Key = input.ReadString();
case 64: {
Retcode = input.ReadUInt32();
break;
}
}