mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
fix: add missing link for DHL shipment tracking (#2751)
This commit is contained in:
@@ -49,6 +49,7 @@ module.exports = async (ctx) => {
|
|||||||
return {
|
return {
|
||||||
title: checkpoint.description,
|
title: checkpoint.description,
|
||||||
pubDate: date.toUTCString(),
|
pubDate: date.toUTCString(),
|
||||||
|
link: `${link}&checkpoint=${encodeURIComponent(checkpoint.counter)}`,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user