mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
* Add two blogs * fix(utils): add parseDate timezone common-config * Update lib/v2/stratechery/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/blog.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/en/blog.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/miris/blog.js
12 lines
278 B
JavaScript
12 lines
278 B
JavaScript
module.exports = {
|
|
'miris.design': {
|
|
_name: 'Stratechery by Ben Thompson',
|
|
blog: [
|
|
{
|
|
title: 'Articles',
|
|
docs: 'https://docs.rsshub.app/en/blog.html#stratechery-by-ben-thompson',
|
|
},
|
|
],
|
|
},
|
|
};
|