@@ -8,7 +8,7 @@ export function timeFix() {
/**
* 学期判断
- * 返回 [学期开始时间戳, 明日时间戳]
+ * @returns {Array} [学期开始时间戳, 明日时间戳]
*/
export function getSemesterTimestamps() {
const now = new Date()