feat: 支持分享关卡通关上报
This commit is contained in:
@@ -55,3 +55,10 @@ export interface JoinShareData {
|
||||
title: string;
|
||||
levels: ShareLevelData[];
|
||||
}
|
||||
|
||||
/** 上报关卡进度响应 */
|
||||
export interface ReportProgressData {
|
||||
passed: boolean;
|
||||
timeLimit: number | null;
|
||||
withinTimeLimit: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user