check history of flowchart
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-12-29 22:24:35 +08:00
parent 5fc3de821a
commit 397ed006b1
4 changed files with 72 additions and 41 deletions

View File

@@ -9,9 +9,6 @@ defineProps<{
<template>
<n-flex align="center">
<span>{{ problem.title }}</span>
<Icon
v-if="problem.allow_flowchart"
icon="streamline-freehand-color:programming-flowchart"
/>
<Icon v-if="problem.allow_flowchart" width="18" icon="vscode-icons:file-type-drawio" />
</n-flex>
</template>