diff --git a/README.md b/README.md index 770f9af..b35f2b9 100644 --- a/README.md +++ b/README.md @@ -12,25 +12,42 @@ 后续可能会根据需要新增其他语言的实现以提供给其他语言和平台的使用 -现支持的接口: +现已实现的接口:
展开 - 教务处 + - 登录 - 学生信息获取 - 成绩查询 - 课表查询 - - ... + - 培养方案获取 +- 研究生 + - 登录 + - 学生信息获取 + - 课表查询 + - 成绩查询 + - 培养计划获取 +- 物理实验预约系统 + - 登录 + - 实验课表安排查询 +- 图书馆 + - 登录 + +...and more... +
-(示例内容,待完成后补充) +如有其他接口需求欢迎在issue提出,如果您有能力提交pr那就再好不过了 - +--- > *为了避免引起不必要的麻烦,本项目不会涉及写入性质的接口操作(如修改密码和用户信息,课程退改选等操作),如有相关的需求请fork项目自行研究,由此引发的问题与本项目无关* +--- + ## 环境要求 -> 待补充,先留个坑 +JDK版本:1.8及以上,推荐JDK 11及以上 ## 使用说明 @@ -46,4 +63,28 @@ ## 使用到的开源库 -> 待补充,先留个坑 \ No newline at end of file +> 待补充,先留个坑 + +## 开源协议 + +本项目使用[MIT许可证](https://mit-license.org/)开源,希望您在使用代码时也能够遵守该协议 + +```plain text +The MIT License (MIT) +Copyright © 2022 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the “Software”), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT +NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH +THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` \ No newline at end of file