mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
* feat: change to use cookieJar
* feat: update router.js
* feat: format
* feat: change to use `${host}`
* fix: description.art
* try to fix
* try to fix
* try to fix
* Update journal.js
* Update recent.js
* Update recent.js
* Update journal.js
* fix: mark deprecated routes
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
<p>
|
|
<span><big>{{ item.title }}</big></span><br>
|
|
</p>
|
|
<p>
|
|
<span><small><i>{{ item.authors }}</i></small></span><br>
|
|
<span><small><i>https://doi.org/{{ item.doi }}</i></small></span><br>
|
|
<span><small><i>Volume {{ item.volume }}</i></small></span><br>
|
|
</p>
|
|
<p>
|
|
<span>{{ item.abstract }}</span><br>
|
|
</p> |