From edafa2fbfa7b7723c4ce1605eaa6a4202299d214 Mon Sep 17 00:00:00 2001 From: ywmoyue Date: Mon, 15 Apr 2024 12:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=95=AA=E5=89=A7=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=95=B0=E6=8D=AEint=E8=B6=8A=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/Common/Season/SeasonDetailStatModel.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/BiliLite.UWP/Models/Common/Season/SeasonDetailStatModel.cs b/src/BiliLite.UWP/Models/Common/Season/SeasonDetailStatModel.cs index f40534b0..777da5f5 100644 --- a/src/BiliLite.UWP/Models/Common/Season/SeasonDetailStatModel.cs +++ b/src/BiliLite.UWP/Models/Common/Season/SeasonDetailStatModel.cs @@ -2,20 +2,20 @@ { public class SeasonDetailStatModel { - public int Coins { get; set; } + public long Coins { get; set; } - public int Danmakus { get; set; } + public long Danmakus { get; set; } - public int Favorites { get; set; } + public long Favorites { get; set; } public string Followers { get; set; } public string Play { get; set; } - public int Reply { get; set; } + public long Reply { get; set; } - public int Share { get; set; } + public long Share { get; set; } - public int Views { get; set; } + public long Views { get; set; } } } \ No newline at end of file