超星(学习通)作业自动批改技能。使用 Playwright 自动化 + 通义千问 AI 进行主观题智能评分。
修改 config.json:
{
"username": "你的学习通账号",
"password": "你的学习通密码",
"courseName": "课程名称(留空选第一个)",
"apiKey": "通义千问 API Key",
"model": "qwen-plus",
"minScore": 60,
"maxScore": 99,
"chromePath": ""
}
cd scripts
npm install
npx playwright install chromium
npx playwright test auto-grade.spec.js --headed
共 1 个版本
暂无安全检测报告