Skip to content

Commit

Permalink
Update api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Aug 31, 2023
1 parent 56da18c commit 36a4d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
)

var (
noClose = []string{"尚未列入警戒區。", "今天照常上班、照常上課。"}
noClose = []string{"尚未列入警戒區。", "今天照常上班、照常上課。", "明天照常上班、照常上課。"}
timeMatch = regexp.MustCompile(`\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}:\d{2}`)
)

Expand Down

0 comments on commit 36a4d91

Please sign in to comment.