Compare commits

..

1 Commits

Author SHA1 Message Date
49f0352254 更新 changelog
更新 changelog
2026-04-26 18:42:09 +08:00
3 changed files with 7 additions and 11 deletions

View File

@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6 种更新类别Added、Changed、Deprecated、Removed、Fixed、Security。
## [Unreleased]
等待中...
## [0.1.4] - 2026-04-26
### Fixed

View File

@@ -12,12 +12,12 @@ NJUPT Suan API 是一个 FastAPI 项目,目标在于实现对 NJUPT南京
## 功能
| 计划功能(芒果画饼中) | 支持进度 |
|---------------|------------------|
| 教务系统 - 课程表获取 | ✅ |
| 教务系统 - 课程获取 | ⌛️ |
| 教务系统 - 成绩获取 | ⌛️ |
| 体育部系统 - 早锻炼获取 | ❌(无从破解微信小程序 QAQ |
| 计划功能(芒果画饼中) | 支持进度 |
|---------------|---------------|
| 教务系统 - 课程表获取 | ✅ |
| 教务系统 - 课程获取 | ⌛️ |
| 教务系统 - 成绩获取 | ⌛️ |
| 体育部系统 - 早锻炼获取 | ⌛️(等待体育部系统修复 |
## 运行

View File

@@ -1,6 +1,6 @@
[project]
name = "njupt-suan-api"
version = "0.1.5"
version = "0.1.3"
description = "API and MCP server for NJUPT infomation ~"
readme = "README.md"
requires-python = ">=3.13"