Skip to content

Commit

Permalink
fix: 缩短拒绝提示长度
Browse files Browse the repository at this point in the history
  • Loading branch information
b11p committed Jan 8, 2025
1 parent 244ee27 commit 072fda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public GroupRequestResponse Monitor(HttpApiClient httpApiClient, GroupRequest e)
var (performance, level) = HintBinding(httpApiClient, endpoint, e).ConfigureAwait(false).GetAwaiter().GetResult();
if (performance >= limit)
{
string response = "您的 PP 高于此群大部分玩家,不推荐加入本群。请加入";
string response = "您的 PP 过高,请加入";
string groups = "其他群";
string reason = "暂无";

Expand Down

0 comments on commit 072fda4

Please sign in to comment.