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

This commit is contained in:
2025-10-08 21:53:39 +08:00
parent 232e2d75e1
commit 010beaaafb

View File

@@ -35,14 +35,14 @@
<ProgressChart /> <ProgressChart />
<EfficiencyChart /> <EfficiencyChart />
<DurationChart /> <DurationChart />
<AI v-if="aiStore.detailsData.solved.length >= 10" /> <AI v-if="aiStore.detailsData.solved.length > 10" />
</n-flex> </n-flex>
</n-gi> </n-gi>
<n-gi :span="2"> <n-gi :span="2">
<AI <AI
v-if=" v-if="
aiStore.detailsData.solved.length > 0 && aiStore.detailsData.solved.length > 0 &&
aiStore.detailsData.solved.length < 10 aiStore.detailsData.solved.length <= 10
" "
/> />
</n-gi> </n-gi>