add website config.

This commit is contained in:
2023-04-03 13:31:00 +08:00
parent 70a4b67b58
commit b6ae429052
6 changed files with 286 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
<script setup lang="ts">
import { formatISO } from "date-fns"
import TextEditor from "~/shared/TextEditor.vue"
import { CONTEST_TYPE } from "~/utils/constants"
import { BlankContest } from "~/utils/types"
import { createContest, editContest, getContest } from "../api"