feat(challenges): 新增今日上报值与目标值字段至排行榜接口
This commit is contained in:
@@ -11,4 +11,6 @@ export interface RankingItemDto {
|
||||
avatar: string | null;
|
||||
metric: string;
|
||||
badge?: string;
|
||||
todayReportedValue: number;
|
||||
todayTargetValue: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user