Skip to content

Commit 82c12e0

Browse files
修正科目預設權重
1 parent 02748aa commit 82c12e0

3 files changed

Lines changed: 260 additions & 421 deletions

File tree

grades_dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ function getSubjectWeight(subjectName) {
307307
return SUBJECT_WEIGHTS[key];
308308
}
309309
}
310-
// 預設權重為 1
311-
return 1;
310+
// 預設權重為 2
311+
return 2;
312312
}
313313

314314
// 計算統計

0 commit comments

Comments
 (0)