Skip to content

Commit

Permalink
update timetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyu Chen committed Dec 2, 2020
1 parent c4c7254 commit d532fc0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# bus-schedule

![version](https://img.shields.io/badge/version-1.1.9-66c2a5.svg)
![users](https://img.shields.io/badge/users-11%2C064-fc8d62.svg)
![likes](https://img.shields.io/badge/likes-2%2C574-red.svg)
![version](https://img.shields.io/badge/version-1.1.10-66c2a5.svg)
![users](https://img.shields.io/badge/users-11%2C153-fc8d62.svg)
![likes](https://img.shields.io/badge/likes-2%2C590-red.svg)

Bus schedule of Fudan University hosted on __WeChat Mini Program__
capable of detecting current day of week and loading user's personal route when launching the app,
Expand Down
9 changes: 4 additions & 5 deletions data/20201123.csv
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,15 @@ zhangjiang,handan,14:15,weekday
handan,zhangjiang,14:30,weekday
zhangjiang,handan,15:20,weekday
handan,zhangjiang,15:30,weekday
zhangjiang,handan,15:40,weekday
zhangjiang,handan,16:00,weekday
zhangjiang,handan,16:10,weekday
handan,zhangjiang,16:15,weekday
zhangjiang,handan,16:20,weekday
zhangjiang,handan,16:40,weekday
zhangjiang,handan,16:30,weekday
zhangjiang,handan,17:00,weekday
zhangjiang,handan,17:20,weekday
zhangjiang,handan,17:10,weekday
handan,zhangjiang,17:20,weekday
zhangjiang,handan,18:30,weekday
handan,zhangjiang,18:30,weekday
zhangjiang,handan,18:30,weekday
handan,zhangjiang,20:20,weekday
handan,zhangjiang,20:30,weekday
handan,zhangjiang,21:00,weekday
Expand Down
4 changes: 2 additions & 2 deletions data/tojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json
import copy

INPUT_CSV = "20201101.csv"
OUTPUT_JSON = "20201101.json"
INPUT_CSV = "20201123.csv"
OUTPUT_JSON = "20201123.json"


def timeList(dic, week, fro, to):
Expand Down
2 changes: 1 addition & 1 deletion src/pages/info/info.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- <text class="info-version">v1.1.6</text> -->
<!-- </view> -->
<!-- <text class="info-text">暑期教学活动校车已停运</text> -->
<text class="info-update">更新于2020年11月1日</text>
<text class="info-update">更新于2020年11月23日</text>
</view>

<navigator url="pages/usage/usage" class="navigator-top" hover-class="navigator-hover">
Expand Down
Loading

0 comments on commit d532fc0

Please sign in to comment.