更新脚本版本号至2026-06-05.8,修正图标链接并优化匹配规则
This commit is contained in:
parent
9cf2f114f9
commit
db94f21953
|
|
@ -1,13 +1,13 @@
|
|||
// ==UserScript==
|
||||
// @name 平顶山学院(青书学堂)自动学习脚本
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 2026-06-05.7
|
||||
// @version 2026-06-05.8
|
||||
// @description 自动进入青书学堂未完成课件,支持视频播放、文本课件停留和运行状态提示
|
||||
// @author JK
|
||||
// @license MIT
|
||||
// @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseStudy*
|
||||
// @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseShow*
|
||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=qingshuxuetang.com
|
||||
// @icon https://assets.qsxt.info/frontend/prod/dist/mooc/favicon.ico
|
||||
// @updateURL https://git.zaobai.com/public/tampermonkey_script/raw/branch/master/qingshuxuetang_auto_play.user.js
|
||||
// @downloadURL https://git.zaobai.com/public/tampermonkey_script/raw/branch/master/qingshuxuetang_auto_play.user.js
|
||||
// @grant GM_getValue
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
// ==UserScript==
|
||||
// @name 平顶山学院(青书学堂)作业答案助手
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 2026-06-05.3
|
||||
// @version 2026-06-05.4
|
||||
// @description 在青书学堂作业页面展示官方答案,缺少官方答案时使用 DeepSeek 生成参考答案
|
||||
// @author JK
|
||||
// @license MIT
|
||||
// @match https://degree.qingshuxuetang.com/*/Student/*
|
||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=qingshuxuetang.com
|
||||
// @match https://degree.qingshuxuetang.com/pdsu/Student/ExercisePaper*
|
||||
// @icon https://assets.qsxt.info/frontend/prod/dist/mooc/favicon.ico
|
||||
// @grant GM_getValue
|
||||
// @grant GM_setValue
|
||||
// @grant GM_deleteValue
|
||||
|
|
|
|||
Loading…
Reference in New Issue