feat(error-book): update components and analytics data-access
- Update all error-book components (filters, cards, charts, dialogs) - Update data-access-analytics.ts - Update student-error-book-list-client.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ function isChapterChartPayload(v: unknown): v is ChapterChartPayload {
|
||||
* 每个柱子可展开显示该章节下错得最多的知识点
|
||||
*/
|
||||
export function ChapterWeaknessChart({ data, className }: ChapterWeaknessChartProps) {
|
||||
const t = useTranslations("error-book")
|
||||
const t = useTranslations("errorBook")
|
||||
|
||||
if (data.length === 0) return null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user