更新各班级出勤登记与课评汇总,新增教学日程查询技能与CSP03枚举算法教案

This commit is contained in:
chengzi
2026-05-05 18:53:11 +08:00
parent 1f276f874b
commit b7cd74392c
447 changed files with 57291 additions and 148 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "teaching-schedule-query",
"version": "1.0.0",
"description": "穹狼科创教学日程查询技能",
"main": "index.js",
"bin": {
"teaching-schedule": "./index.js"
},
"scripts": {
"start": "node index.js",
"install-deps": "npm install"
},
"keywords": [
"teaching",
"schedule",
"api"
],
"author": "穹狼科创",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.0"
}
}