update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-23 12:42:32 +08:00
parent 9e7fbd8ff2
commit 42ce9ac63b
6 changed files with 199 additions and 69 deletions

View File

@@ -33,12 +33,12 @@ const ProblemFlowchart = defineAsyncComponent(
interface Props {
problemID: string
contestID?: string
problemSetID?: string
problemSetId?: string
}
const props = withDefaults(defineProps<Props>(), {
contestID: "",
problemSetID: "",
problemSetId: "",
})
const errMsg = ref("无数据")