更新脚本版本号至2026-06-05.8,修正图标链接并优化匹配规则

This commit is contained in:
竟康 2026-06-05 17:08:38 +08:00
parent 9cf2f114f9
commit db94f21953
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
// ==UserScript== // ==UserScript==
// @name 平顶山学院(青书学堂)自动学习脚本 // @name 平顶山学院(青书学堂)自动学习脚本
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 2026-06-05.7 // @version 2026-06-05.8
// @description 自动进入青书学堂未完成课件,支持视频播放、文本课件停留和运行状态提示 // @description 自动进入青书学堂未完成课件,支持视频播放、文本课件停留和运行状态提示
// @author JK // @author JK
// @license MIT // @license MIT
// @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseStudy* // @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseStudy*
// @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseShow* // @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 // @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 // @downloadURL https://git.zaobai.com/public/tampermonkey_script/raw/branch/master/qingshuxuetang_auto_play.user.js
// @grant GM_getValue // @grant GM_getValue

View File

@ -1,12 +1,12 @@
// ==UserScript== // ==UserScript==
// @name 平顶山学院(青书学堂)作业答案助手 // @name 平顶山学院(青书学堂)作业答案助手
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 2026-06-05.3 // @version 2026-06-05.4
// @description 在青书学堂作业页面展示官方答案,缺少官方答案时使用 DeepSeek 生成参考答案 // @description 在青书学堂作业页面展示官方答案,缺少官方答案时使用 DeepSeek 生成参考答案
// @author JK // @author JK
// @license MIT // @license MIT
// @match https://degree.qingshuxuetang.com/*/Student/* // @match https://degree.qingshuxuetang.com/pdsu/Student/ExercisePaper*
// @icon https://www.google.com/s2/favicons?sz=64&domain=qingshuxuetang.com // @icon https://assets.qsxt.info/frontend/prod/dist/mooc/favicon.ico
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_deleteValue // @grant GM_deleteValue