diff --git a/remote_judger/src/providers/loj.ts b/remote_judger/src/providers/loj.ts index adfcf3b..0c1be6f 100644 --- a/remote_judger/src/providers/loj.ts +++ b/remote_judger/src/providers/loj.ts @@ -458,7 +458,14 @@ export default class LibreojProvider implements IBasicProvider { let details = ''; - details += `REMOTE_SUBMISSION_ID = ${id}\nVERDICT = ${status}`; + details += + '
' + + `

Problem: #${body.meta.problem.displayId}. ${body.meta.problemTitle}

` + + `

Remote submission: ${id}

` + + `

Remote submit time: ${body.meta.submitTime}

` + + `

Remote account: ${body.meta.submitter.username}

` + + `

Verdict: ${status}

` + + '
'; // Samples if (body.progress.samples) {