add contest problems.

This commit is contained in:
2023-03-30 23:18:31 +08:00
parent 451e8d7c70
commit 70a4b67b58
10 changed files with 378 additions and 176 deletions

View File

@@ -23,12 +23,12 @@ function goEditProblems() {
</script>
<template>
<n-space>
<n-button size="small" type="primary" secondary @click="goEdit">
编辑
</n-button>
<n-button size="small" type="info" secondary @click="goEditProblems">
<n-button size="small" type="primary" secondary @click="goEditProblems">
题目
</n-button>
<n-button size="small" type="info" secondary @click="goEdit">
编辑
</n-button>
</n-space>
</template>
<style scoped></style>