Skip to content

Commit

Permalink
doc: BIT-本科生教务-学生个人考试成绩
Browse files Browse the repository at this point in the history
Relates-to: #4
  • Loading branch information
YDX-2147483647 committed Aug 13, 2023
1 parent 3b3298b commit 68e3c78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Stylus/BIT-本科生教务-学生个人考试成绩.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name BIT-本科生教务-学生个人考试成绩
@namespace github.com/openstyles/stylus
@version 1.0.0
@version 1.1.0
@description 删除一般没数据的列,加镶边行等
@author Y.D.X.
==/UserStyle== */
Expand All @@ -16,7 +16,7 @@
display: none;
}

#dataList > * > tr:nth-child(odd):not(:first-child) {
#dataList > * > tr:nth-child(odd) {
background-color: #eee;
}

Expand Down
9 changes: 9 additions & 0 deletions TamperMonkey/BIT-本科生教务-学生个人考试成绩.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# BIT-本科生教务-学生个人考试成绩

[jwms.bit.edu.cn](http://jwms.bit.edu.cn/jsxsd/kscj/cjcx_list) 上计算平均学分绩(grade point average,GPA)。

![学生个人考试成绩](https://s2.loli.net/2023/08/13/q5nJCUdeYuZWtSb.png)

如上图,这段脚本会在成绩表上方“当前页面已获得学分”右侧添加“当前页面平均学分绩:91.926317”。(截图还使用了[用户样式](https://github.com/YDX-2147483647/BIT-enhanced/blob/main/Stylus/BIT-本科生教务-学生个人考试成绩.css)

> 您也可考虑替代方案:[成绩 | BIT101](https://bit101.cn/#/score/)。不过那里会将您的成绩发给第三方,而用户脚本保证所有数据不离开您的设备。
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
// @name BIT-本科生教务-学生个人考试成绩
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description 显示控件,调整速度
// @description 计算平均绩点
// @license GPL-3.0-or-later
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
// @author Y.D.X.
// @match http://jwms.bit.edu.cn/jsxsd/kscj/cjcx_list
// @match https://webvpn.bit.edu.cn/http/77726476706e69737468656265737421fae04c8f69326144300d8db9d6562d/jsxsd/kscj/cjcx_list
// @grant none
// @run-at document-end
// @see https://bitself.vercel.app/
// ==/UserScript==

(function () {
Expand Down

0 comments on commit 68e3c78

Please sign in to comment.