Skip to content

Commit

Permalink
update timetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyu Chen committed Nov 28, 2020
1 parent 07f9ca1 commit 77091d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions data/20200916.csv → data/20201101.csv
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ handan,jiangwan,22:00,weekday
jiangwan,handan,22:10,weekday
handan,jiangwan,22:15,weekday
handan,jiangwan,22:30,weekday
jiangwan,handan,22:30,weekday
jiangwan,handan,07:40,weekend
jiangwan,handan,08:00,weekend
handan,jiangwan,08:20,weekend
Expand All @@ -132,7 +133,12 @@ handan,jiangwan,09:20,weekend
jiangwan,handan,09:20,weekend
handan,jiangwan,09:40,weekend
jiangwan,handan,09:40,weekend
handan,jiangwan,10:00,weekend
jiangwan,handan,10:20,weekend
handan,jiangwan,10:50,weekend
jiangwan,handan,11:50,weekend
handan,jiangwan,12:20,weekend
jiangwan,handan,16:30,weekend
handan,jiangwan,17:00,weekend
jiangwan,handan,17:30,weekend
handan,jiangwan,20:15,weekend
Expand All @@ -142,6 +148,7 @@ jiangwan,handan,21:20,weekend
handan,jiangwan,21:45,weekend
jiangwan,handan,22:10,weekend
handan,jiangwan,22:30,weekend
jiangwan,handan,22:30,weekend
zhangjiang,handan,07:00,weekday
handan,zhangjiang,07:10,weekday
zhangjiang,handan,07:15,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 = "20200916.csv"
OUTPUT_JSON = "20200916.json"
INPUT_CSV = "20201101.csv"
OUTPUT_JSON = "20201101.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年9月16日</text>
<text class="info-update">更新于2020年11月1日</text>
</view>

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

0 comments on commit 77091d4

Please sign in to comment.