fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-04-23 02:31:57 -06:00
parent 6331391792
commit 67a23c51c8
6 changed files with 115 additions and 52 deletions

View File

@@ -34,7 +34,7 @@
:theme="isDark ? 'dark' : 'light'"
:model-value="seg.content"
/>
<ExerciseWidget v-else :exercise="seg.exercise" />
<ExerciseWidget v-else :exercise="seg.exercise" :lang="tutorial.type" />
</template>
</n-card>
</n-gi>
@@ -74,7 +74,7 @@
:theme="isDark ? 'dark' : 'light'"
:model-value="seg.content"
/>
<ExerciseWidget v-else :exercise="seg.exercise" />
<ExerciseWidget v-else :exercise="seg.exercise" :lang="tutorial.type" />
</template>
</n-tab-pane>