add countdown.

This commit is contained in:
2023-03-03 12:46:58 +08:00
parent b07489723c
commit 18a20c04c5
10 changed files with 414 additions and 368 deletions

View File

@@ -220,10 +220,11 @@ export interface Contest {
description: string
real_time_rank: boolean
rule_type: "ACM"
start_time: Date
end_time: Date
create_time: Date
last_update_time: Date
start_time: string
end_time: string
create_time: string
now: string
last_update_time: string
}
interface SubmissionInfo {