新增AI分析
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-24 01:02:34 +08:00
parent b3091db7b2
commit e71611ff1c
19 changed files with 636 additions and 45 deletions

View File

@@ -388,3 +388,13 @@ export interface Tutorial {
updated_at?: Date
created_at?: Date
}
export interface WeeklyData {
unit: string
index: number
start: string
end: string
grade: "S" | "A" | "B" | "C"
problem_count: number
submission_count: number
}