Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
update readme && 校车背景调整
Browse files Browse the repository at this point in the history
  • Loading branch information
mohuishou committed Mar 28, 2018
1 parent 0d805c8 commit fc4a49e
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 2 deletions.
76 changes: 76 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# ChangeLog

[toc]

## 0.7.0
- [ ] 资讯页面
- [x] 新增tabs选择页面
- [x] 列表页面优化
- [x] 文章详情页面,文章链接点击复制
- [ ] 文章详情页面,文档预览
- [x] 新增10个左右网站爬虫, 去除scuinfo爬虫
- [ ] 校车背景调整
- [ ] 修复校历下拉刷新后事件重复的bug,校历页面优化
- [x] Toast去除图标以显示更多的信息

## 0.6.1

新增校车时刻表
修复校历周次bug #61
绩点计算器新增选择所有必修课成绩 #60
图标修改为全局引入

## 0.6.0
- [x] 反馈功能优化
- [x] 新增我的反馈(可以查看我的所有反馈信息)
- [x] 新增个人中心,包括(反馈中心,我的反馈,bug上报,功能建议,修改绑定账号,获取微信用户昵称等功能)
- [x] 新增文章分享功能,生成带二维码的图片
- [x] 新增校历,事件通过数据库保存,例如开学日期,放假日期,国庆节等
- [x] 课程表优化,本地只显示当前周次上课的课程
- [x] 新增绩点计算功能

## 0.5.0

0.4.0 版本功能包含在0.5.0当中, 0.4.0未独立上线

- [x] 添加后台任务队列服务
- [x] 成绩自动更新
- [x] 一卡通
- [x] 图书借阅
- [x] 课程表
- [x] 新增通知系统,第一版仅包含小程序模板消息
- [x] 修改账号绑定方式,采用统一认证账号
- [ ] 新增个人中心页面,添加修改绑定账号功能 @前端 // 放置到0.5.1 完成
- [x] 新增一卡通数据查询功能
- [x] 修改前端组件获取足够的模板消息id @前端
- [x] 添加redis服务作为消息队列与缓存数据库

## 0.3.0

- [x] 图书借阅信息
- [x] 当前借阅
- [x] 历史借阅
- [x] 图书搜索

## 0.2.0

- [x] 反馈
- [x] 我要自习
- [x] tagList

## 0.1.0

- [x] 基础框架
- [x] 最新图文资讯(基础版)
- [x] 青春川大
- [x] scuinfo
- [x] 学工部
- [x] 教务处
- [x] 川大在线
- [x] 社团联[暂未在tab显示]

- [x] 课程表
- [x] 成绩(基础版)



2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

## Feature && ChangeLog

[ChangeLog](https://github.com/mohuishou/scuplus-go/blob/master/ChangeLog.md)
[ChangeLog](ChangeLog.md)
2 changes: 1 addition & 1 deletion src/pages/bus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "./src/less/config";
page {
background-image: url("https://scuplus.oss-cn-shenzhen.aliyuncs.com/bg/bus.png");
background-position: 50% calc(~"100% + 100rpx");
background-position: 50% calc(~"100% + 380rpx");
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
Expand Down
1 change: 1 addition & 0 deletions src/pages/details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.details {
margin: 0.2rem;
padding: 0.5rem;
margin-bottom: 100rpx;
background: #fff;
border: 1px solid #ddd;
border-radius: 0.1rem;
Expand Down

0 comments on commit fc4a49e

Please sign in to comment.