remove element-plus icons.

This commit is contained in:
2023-11-22 00:09:32 +08:00
parent aa7d46effc
commit 24f9e97962
33 changed files with 1339 additions and 988 deletions

View File

@@ -62,6 +62,9 @@ async function getContestDetail() {
}
async function submit() {
if (contest.description === '<p><br></p>') {
contest.description = ""
}
const api = {
"admin contest create": createContest,
"admin contest edit": editContest,