Skip to content

Commit

Permalink
add xrpc5
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 authored Oct 9, 2024
1 parent fc26868 commit eac2410
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ internal enum HttpClientConfiguration
/// Hoyolab app
/// </summary>
XRpc3,
/// <summary>
/// 米哈游启动器登录请求配置
/// </summary>
XRpc5,
}
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
Expand Down Expand Up @@ -182,4 +187,4 @@ public LocalizationKeyAttribute(string key)
""";
context.AddSource("Snap.Hutao.Resource.Localization.Attributes.g.cs", resourceLocalization);
}
}
}

0 comments on commit eac2410

Please sign in to comment.