add paste.

This commit is contained in:
2023-11-30 17:02:01 +08:00
parent 24f9e97962
commit a055a14b77
10 changed files with 374 additions and 346 deletions

View File

@@ -62,7 +62,7 @@ async function getContestDetail() {
}
async function submit() {
if (contest.description === '<p><br></p>') {
if (contest.description === "<p><br></p>") {
contest.description = ""
}
const api = {