Browse Source

优化注释

Pchen0 1 month ago
parent
commit
1e0a8c698a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/util.js

+ 1 - 1
src/utils/util.js

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