update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-23 09:36:22 +08:00
parent 9f07fcb0a0
commit ee59039968
5 changed files with 14 additions and 42 deletions

View File

@@ -280,6 +280,7 @@ export interface SubmitCodePayload {
language: LANGUAGE
code: string
contest_id?: number
problemset_id?: number
}
// ==================== 流程图相关类型 ====================