mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-06-04 19:42:13 +00:00
fb
This commit is contained in:
parent
bd2a127e71
commit
a769cdf25c
@ -118,7 +118,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
|||||||
string mStatusStr = mstatus switch { 0 => "未开始", 1 => "进行中", 2 => "已结束", _ => "未知" };
|
string mStatusStr = mstatus switch { 0 => "未开始", 1 => "进行中", 2 => "已结束", _ => "未知" };
|
||||||
string matchLabel = $"{t1} vs {t2}";
|
string matchLabel = $"{t1} vs {t2}";
|
||||||
string clickableMatch = matchLabel.CreateCmdInput($"比赛详情 {mid}");
|
string clickableMatch = matchLabel.CreateCmdInput($"比赛详情 {mid}");
|
||||||
matches.AppendLine($" [{mid}] {(stage != "" ? $"{stage} " : "")} {clickableMatch} (状态:{mStatusStr}, 结果:{result}, 截止:{deadline:MM-dd HH:mm})");
|
matches.AppendLine($" [{mid}] {(stage != "" ? $"{stage} " : "")} {clickableMatch} (状态:{mStatusStr}{(result.Trim() != "" ? $", 结果:{result}" : "")}, 截止:{deadline:MM-dd HH:mm})");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user