diff --git a/Qwilight/JSON.cs b/Qwilight/JSON.cs index 8fa6a92..2e544f5 100644 --- a/Qwilight/JSON.cs +++ b/Qwilight/JSON.cs @@ -652,7 +652,7 @@ public string avatarID; public string avatarName; public int stand; - public int band; + public int highestBand; public double point; public int highestJudgment; public int higherJudgment; diff --git a/Qwilight/UIComponent/NetSiteCommentItem.cs b/Qwilight/UIComponent/NetSiteCommentItem.cs index 20f5b11..94271c2 100644 --- a/Qwilight/UIComponent/NetSiteCommentItem.cs +++ b/Qwilight/UIComponent/NetSiteCommentItem.cs @@ -17,7 +17,7 @@ public string Stand { get; init; } - public string Band { get; init; } + public string HighestBand { get; init; } public double PointValue { get; init; } @@ -49,7 +49,7 @@ AvatarName = toCallNetSiteCommentItem.avatarName; StandValue = toCallNetSiteCommentItem.stand; Stand = StandValue.ToString(LanguageSystem.Instance.StandContents); - Band = toCallNetSiteCommentItem.band.ToString(LanguageSystem.Instance.BandContents); + HighestBand = toCallNetSiteCommentItem.highestBand.ToString(LanguageSystem.Instance.BandContents); PointValue = toCallNetSiteCommentItem.point; Point = Math.Round(100.0 * PointValue, 2).ToString("0.##%"); HighestJudgment = toCallNetSiteCommentItem.highestJudgment.ToString(LanguageSystem.Instance.CountContents); diff --git a/Qwilight/View/NetSiteCommentWindow.xaml b/Qwilight/View/NetSiteCommentWindow.xaml index 0ad0872..ef623ec 100644 --- a/Qwilight/View/NetSiteCommentWindow.xaml +++ b/Qwilight/View/NetSiteCommentWindow.xaml @@ -31,7 +31,7 @@ - +