feat: update to 3.3.51

This commit is contained in:
StopWuyu
2025-05-25 09:26:31 +08:00
parent e002350ad4
commit da29e8868a
2671 changed files with 164669 additions and 126350 deletions

View File

@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
string.Concat(
"CiRQcml2YXRlTXNnT2ZmbGluZVVzZXJzU2NOb3RpZnkucHJvdG8iOQoeUHJp",
"dmF0ZU1zZ09mZmxpbmVVc2Vyc1NjTm90aWZ5EhcKD2NvbnRhY3RfaWRfbGlz",
"dBgNIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"dBgOIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -84,9 +84,9 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "contact_id_list" field.</summary>
public const int ContactIdListFieldNumber = 13;
public const int ContactIdListFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_contactIdList_codec
= pb::FieldCodec.ForUInt32(106);
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> contactIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -187,8 +187,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 106:
case 104: {
case 114:
case 112: {
contactIdList_.AddEntriesFrom(input, _repeated_contactIdList_codec);
break;
}
@@ -207,8 +207,8 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 106:
case 104: {
case 114:
case 112: {
contactIdList_.AddEntriesFrom(ref input, _repeated_contactIdList_codec);
break;
}