Commit Graph

6 Commits

Author SHA1 Message Date
DIYgod
7b65ba69bb feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
Hao Yujie
7d140a9aca fix: 为 /luogu/user/feed 增加了 guid (#12709)
* fix: add guid for luogu feed

* fix: fix wrong guid for luogu feed
2023-06-27 01:12:44 +08:00
Xiaoxu Guo
fb68956739 fix: Luogu blog uid (#11537) 2023-01-02 11:49:24 +00:00
Xiaoxu Guo
14503131bc feat(route): add Luogu user blog (#11527)
* feat(route): add Luogu user blog

* used html as description instead

* Do not set pubDate if there isn't any.

* used Luogu API
2023-01-02 02:17:04 +08:00
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