This commit is contained in:
2024-01-25 14:17:10 +08:00
parent 87fcb12960
commit 6464a1eee6
16 changed files with 191 additions and 148 deletions

View File

@@ -218,7 +218,7 @@ export interface Submission {
ip: string
// TODO: 这里不知道是什么
contest: null
problem: number
problem: string
can_unshare: boolean
}
@@ -346,4 +346,4 @@ export interface AnnouncementEdit {
title: string
content: string
visible: boolean
}
}