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-05-07 08:20:49 -06:00
parent 8aca538fbf
commit 3c24f2cd9e
5 changed files with 21 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<template>
<n-card title="时间活跃度分析" size="small" v-if="show">
<template #header-extra>
<n-text depth="3" style="font-size: 12px">发现最佳学习时段</n-text>
<n-text depth="3" style="font-size: 12px">基于 AC 时间发现解题高峰时段</n-text>
</template>
<div style="height: 300px">
<Bar :data="data" :options="options" />