From d6fc5470f99c3fafaef771fbdb1ce6d93d97a113 Mon Sep 17 00:00:00 2001 From: Jiahe114514 Date: Thu, 19 Feb 2026 22:23:30 +0800 Subject: [PATCH] feat: semester --- schoolConst/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schoolConst/const.go b/schoolConst/const.go index 3008bff..383a358 100644 --- a/schoolConst/const.go +++ b/schoolConst/const.go @@ -7,8 +7,8 @@ import ( const ( SchoolYear = 2025 - Semester = 1 - SemesterStartTimestamp = int64(1757865600) // 2025-9-15 00:00:00 + Semester = 2 + SemesterStartTimestamp = int64(1773504000) // 2026-3-15 00:00:00 ) func getWeekNum() int {