Commit fc1837b6 authored by 神楽坂玲奈's avatar 神楽坂玲奈

成就

parent eafca1d6
......@@ -35,7 +35,10 @@ export class Cube {
// 宣传片
trailer: { url: string, type: 'video' | 'image', url2?: string }[];
achievements: { name: string, description: string, unlocked: boolean, unlocked_at: Date }[];
achievements: {
name: string, description: string, image: string,
unlocked: boolean, unlocked_at: Date, progress_value: number, progress_max: number
}[];
static downloadUrl(app: Cube, platform: string, locale: string): string {
if (app.id === 'ygopro') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment