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

@@ -112,11 +112,11 @@
</div>
</template>
<script lang="ts" setup>
import { problem } from "oj/composables/problem"
import { createComment, getComment, getCommentStatistics } from "~/oj/api"
import { DIFFICULTY } from "utils/constants"
import { useUserStore } from "~/shared/store/user"
import { Icon } from "@iconify/vue"
import { problem } from "oj/composables/problem"
import { DIFFICULTY } from "utils/constants"
import { createComment, getComment, getCommentStatistics } from "~/oj/api"
import { useUserStore } from "~/shared/store/user"
interface Props {
showStatistics?: boolean