diff --git a/README.md b/README.md index 2836297..91e7c81 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,20 @@ - [x] 侧边栏与设置页 - [x] 项目详情(Dashboard) - [x] 创建问题(部分字段) -- [x] 问题详情(基本信息/注释/工时) +- [x] 问题详情(~~基本信息~~/注释/工时) - [ ] 编辑问题字段/修改状态 - [x] 登记工时/添加评论 - [x] 国际化 i18n - [x] 多主题(夜间模式) +## 应用截图 +![Login](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Login.png) +![Dashboard](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Dashboard.png) +![Dashboard-slide](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Dashboard-slide.png) +![issue](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/issue.png) +![issue2](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/issue2.png) +![newComment](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/newComment.png) +![newLog](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/newLog.png) + ## TODO -- 由于编码时间仓促,没有做好数据处理/异常处理,暂时以动态语言的方式处理,等待v2版本重构 \ No newline at end of file +- 由于编码时间仓促,没有做好数据处理/异常处理,暂时以动态语言的方式处理,等待v2版本重构 diff --git a/docs/snapshots/Dashboard-slide.png b/docs/snapshots/Dashboard-slide.png new file mode 100644 index 0000000..284c4a0 Binary files /dev/null and b/docs/snapshots/Dashboard-slide.png differ diff --git a/docs/snapshots/Dashboard.png b/docs/snapshots/Dashboard.png new file mode 100644 index 0000000..be3cccd Binary files /dev/null and b/docs/snapshots/Dashboard.png differ diff --git a/docs/snapshots/Login.png b/docs/snapshots/Login.png new file mode 100644 index 0000000..c0b811f Binary files /dev/null and b/docs/snapshots/Login.png differ diff --git a/docs/snapshots/issue.png b/docs/snapshots/issue.png new file mode 100644 index 0000000..cf5aa7c Binary files /dev/null and b/docs/snapshots/issue.png differ diff --git a/docs/snapshots/issue2.png b/docs/snapshots/issue2.png new file mode 100644 index 0000000..4944332 Binary files /dev/null and b/docs/snapshots/issue2.png differ diff --git a/docs/snapshots/newComment.png b/docs/snapshots/newComment.png new file mode 100644 index 0000000..3022f22 Binary files /dev/null and b/docs/snapshots/newComment.png differ diff --git a/docs/snapshots/newLog.png b/docs/snapshots/newLog.png new file mode 100644 index 0000000..d14dcf8 Binary files /dev/null and b/docs/snapshots/newLog.png differ diff --git a/pubspec.yaml b/pubspec.yaml index 9470f15..f233bf3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A Jira client by Flutter # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.2 +version: 0.0.3 environment: sdk: ">=2.1.0 <3.0.0"