Compare commits

..

3 Commits

Author SHA1 Message Date
d8eabcb606 更新 README
NJUPT 似乎不准备维护晨跑查询接口,所以晨跑查询功能只好作废llo~(∠·ω< )⌒★ ……
2026-04-26 21:42:31 +08:00
405d7ff3b9 v0.1.5 早期准备
顺便检修一下本地开发环境中的问题。此 commit 无有效信息。
2026-04-26 20:28:42 +08:00
e7892a21a5 更新 changelog
更新 changelog,还有忘记改版本号惹 TT
2026-04-26 18:43:31 +08:00
3 changed files with 11 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ 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.3"
version = "0.1.5"
description = "API and MCP server for NJUPT infomation ~"
readme = "README.md"
requires-python = ">=3.13"