This commit is contained in:
2024-07-04 21:08:35 +08:00
parent 9c6c44e5e7
commit fdf0de9db1
49 changed files with 737 additions and 663 deletions

View File

@@ -48,11 +48,11 @@
</template>
<script lang="ts" setup>
import { getMessageList } from "oj/api"
import { Message } from "~/utils/types"
import { parseTime } from "~/utils/functions"
import { LANGUAGE_FORMAT_VALUE, JUDGE_STATUS } from "utils/constants"
import Pagination from "~/shared/components/Pagination.vue"
import { JUDGE_STATUS, LANGUAGE_FORMAT_VALUE } from "utils/constants"
import Copy from "~/shared/components/Copy.vue"
import Pagination from "~/shared/components/Pagination.vue"
import { parseTime } from "~/utils/functions"
import { Message } from "~/utils/types"
const router = useRouter()
const messages = ref<Message[]>([])