mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
fix(utils): typo in parse-date (#9391)
* fix(utils): typo in parse-date * fix: add `后日`
This commit is contained in:
@@ -49,7 +49,7 @@ const words = [
|
||||
},
|
||||
{
|
||||
startAt: dayjs().add(2, 'days'),
|
||||
regExp: /^(?:(?:后|後)天|(?:the)?d(?:ay)?b(?:eforeyesterda)?y)(.*)/,
|
||||
regExp: /^(?:(?:后|後)(?:天|日)|(?:the)?d(?:ay)?a(?:fter)?t(?:omrrow)?)(.*)/,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user