mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
✏️ 更新类型
This commit is contained in:
8
src/types/Sqlite/Challenge.d.ts
vendored
8
src/types/Sqlite/Challenge.d.ts
vendored
@@ -40,8 +40,8 @@ declare namespace TGApp.Sqlite.Challenge {
|
||||
* @property {string} startTime - 开始时间
|
||||
* @property {string} endTime - 结束时间
|
||||
* @property {string} name - 挑战名称
|
||||
* @property {TGApp.Game.Challenge.ChallengeSingle} single - 挑战单个数据
|
||||
* @property {TGApp.Game.Challenge.ChallengeMp} mp - 挑战多人数据
|
||||
* @property {TGApp.Game.Challenge.Challenge} single - 挑战单个数据
|
||||
* @property {TGApp.Game.Challenge.Challenge} mp - 挑战多人数据
|
||||
* @property {TGApp.Game.Challenge.ChallengeBlings} blings - 挑战光环数据
|
||||
* @property {string} updated - 更新时间
|
||||
*/
|
||||
@@ -51,8 +51,8 @@ declare namespace TGApp.Sqlite.Challenge {
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
name: string;
|
||||
single: TGApp.Game.Challenge.ChallengeSingle;
|
||||
mp: TGApp.Game.Challenge.ChallengeMp;
|
||||
single: TGApp.Game.Challenge.Challenge;
|
||||
mp: TGApp.Game.Challenge.Challenge;
|
||||
blings: TGApp.Game.Challenge.ChallengeBlings;
|
||||
updated: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user