Commit Graph

2 Commits

Author SHA1 Message Date
Gerardyang
04d421b1f4 fix(route): fix luogu route date parse regex (#11200)
* fix(route): fix luogu route date parse regex

```
text:       "洛谷日报 第 417 期 2022 年 11 月 1 日"
regex:                                     \d{4} 年 \d{2} 月 \d{2} 日
                                                                              ^
                                                                       error here
```

* change DD to D and MM to M in date format.

* fix regex to match month which is before Oct
2022-11-04 19:17:45 +09:00
Tony
6a1d5ad0a0 fix(route): luogu (#11064) 2022-10-12 01:48:50 +08:00