mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
* feat(route): add dependence * feat(route): add environment files * feat: add springer script * feat: make doi link format * feat: make springer done * feat: remove get abstract * feat: remove get abstract * feat: remove some commit * feat: springer done * feat(fix): remove "abstract" * feat(fix): update route * feat: update docs/journal.md and docs/en/journal.md * feat: add journal path * feat: uniform route path * Update docs/en/journal.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/springer/journal.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/springer/templates/description.art Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Derekmini <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>>
14 lines
338 B
JavaScript
Executable File
14 lines
338 B
JavaScript
Executable File
module.exports = {
|
|
'springer.com': {
|
|
_name: 'Springer',
|
|
www: [
|
|
{
|
|
title: 'latest',
|
|
docs: 'https://docs.rsshub.app/journal.html#Springer',
|
|
source: '/journal/:journal/*',
|
|
target: '/springer/journal/:journal',
|
|
},
|
|
],
|
|
},
|
|
};
|