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

@@ -1,12 +1,12 @@
<script setup lang="ts">
import { NButton } from "naive-ui"
import Chart from "./components/Chart.vue"
import Pagination from "~/shared/components/Pagination.vue"
import { Rank } from "utils/types"
import { getRank } from "oj/api"
import { getACRate } from "utils/functions"
import Index from "./components/Index.vue"
import { Rank } from "utils/types"
import Pagination from "~/shared/components/Pagination.vue"
import { renderTableTitle } from "~/utils/renders"
import Chart from "./components/Chart.vue"
import Index from "./components/Index.vue"
const router = useRouter()
const data = ref<Rank[]>([])