add charts.

This commit is contained in:
2023-01-24 20:51:07 +08:00
parent 7def5a4d83
commit f557135075
16 changed files with 381 additions and 24 deletions

View File

@@ -96,7 +96,7 @@ export interface Problem {
total_score: number
submission_number: number
accepted_number: number
statistic_info: {}
statistic_info: { [key in string]: number }
share_submission: boolean
contest: null
my_status: number