We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adada0 commit 86393acCopy full SHA for 86393ac
README.md
@@ -29,6 +29,8 @@ flask run
29
30
后台任务异步轮询,启动子进程后立即返回在每次轮询时检查进程状态
31
32
+在任务列表为有权限用户显示详细信息
33
+
34
支持选择学校(后端返回学校列表)
35
36
考试数据库存储考试年级、级别等详细信息
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ZhiXueLite"
7
-version = "0.2.0"
+version = "0.3.0"
8
description = "智学网接口的第三方实现"
9
authors = [
10
{ name = "amakerlife", email = "64350662+amakerlife@users.noreply.github.com" }
0 commit comments