Skip to content

Commit

Permalink
🔖 the first release!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
idealclover committed Sep 7, 2018
1 parent 852ebf4 commit 01c3eff
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
## 支持功能


1. 支持手动添加、导入课程表
1. 支持手动添加、从南哪教务处导入课程表
2. **暂不打算**为其他学校做适配,并希望针对南京大学教务系统做更多深化优化;
3. 使用MVP模式。~~作者翠翠他又不是计科软院的所以~~还有较多需要改进的地方,持续开发中;
4. 如有bug欢迎提issue,欢迎PR!

## 截图预览

<img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot_2018-04-09-18-34-33-470_com.mnnyang.gz.png" width="260" height="auto"><img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot_2018-04-09-18-34-39-425_com.mnnyang.gz.png" width="260" height="auto"><img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot_2018-04-09-18-44-47-384_com.mnnyang.gz.png" width="260" height="auto">
<img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot1.png" width="260" height="auto"><img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot2.png" width="260" height="auto"><img src="https://github.com/idealclover/NJU-Class-Shedule-Android/raw/master/img/Screenshot3.png" width="260" height="auto">

## 使用到的开源库

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "0.0.2"
versionName "0.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions check.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1",
"code": "0.0.2",
"msg": "pre-release"
"code": "0.1.0",
"msg": "release"
}
Binary file added img/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 01c3eff

Please sign in to comment.