fix: OCR 审查驱动的全库修复(安全/正确性/部署/前端) #64
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/ocr-review-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
概述
由 OCR(open-codereview.ai,deepseek-v4-flash)对 gongxue-base 全库审查后驱动的修复,分 6 个批次提交。
批次
验证
备注
Reviewed-by: OCR (open-codereview.ai)
- 替换散落的 toISOString().slice(0,10) / split('T')[0] / replace('T',' ')(UTC 语义用 dayjs(...).utc() 保持完全一致) - Asia/Shanghai 固定时区日期(Intl.DateTimeFormat en-CA)改用 dayjs().utcOffset(8) - 月份边界 first/last、daysInMonth、nextMonth、shiftDate/addDays 等改 dayjs 简洁实现 - 涉及 attendance/classes/classrooms/room/dashboard/bills/expenses/occupancies/sync/ai-chat/rental 等 28 个文件