logo

ScriptCat

  • Home
  • Community
  • Script List
  • Browser Extension
  1. /
  2. Script Market
  3. /
  4. OCS 网课助手
  • Overview
  • Code
  • Feedback
    106
  • Ratings
  • Version List
ScriptCat
GitHub
Audit Logs
Service Agreement
Privacy Policy
Disclaimer

© 2022-Present ScriptCat. All rights reserved.

无法获取学习通的选项
Resolved#1627NotUNpersonCreated 6 months ago

Loading…
  • NotUNperson
    6 months agoclosed the feedback
  • NotUNperson6 months ago

    Loading…
  • NotUNperson
    6 months agoreopened the feedback
  • NotUNperson
    6 months agoclosed the feedback
No data
Login to comment
Labels
Bug
Watch
Participants

经过ai的多轮对题库配置的调试,无论是打印出来请求的内容,还是合并字符串,都无法出现选项。 可能是对于学习通的题目的选项的解析出现了问题

[
    {
        "contentType": "json",
        "data": {
            "title": "${title} ${options}",
            "token": "***已隐藏***",
            "type": "${type}"
        },
        "handler": "return (res) => ['调试信息: ' + JSON.stringify(res), undefined]",
        "homepage": "https://tk.enncy.cn/",
        "method": "get",
        "name": "言溪题库(调试模式)",
        "type": "GM_xmlhttpRequest",
        "url": "https://tk.enncy.cn/query"
    }
]

抱歉,发现这样是可以识别到选项的,之前ds没有成功实现这一步