Commit Graph

4 Commits

Author SHA1 Message Date
Tony
a66cbcf6ee feat(config)!: unsafe domain toggle (#11588) 2023-01-10 11:45:05 +00:00
Derek
d8c3126570 fix(route): scitation - use Puppeteer due to the obstacle by cloudflare challenge (#10190)
* fix(route): scitation - use Puppeteer due to the obstacle by cloudflare challenge

* feat: update utils.js and journal.js

* feat: prepare for section.js

* feat: add section.js

* fix(section.js): fix "section" length undifine error

* feat: format

* update(docs): add puppeteer="1"
2022-07-13 19:35:09 +08:00
Derek
d581d778c6 fix(route): use list = await Promise.all(...) instead of await Promise.all(...); (#9985)
* feat(fix): use `list = await Promise.all(...)` instead of `await Promise.all(..)`

* feat: use `const` instead of `let` for items

* fix: scitation

* revert: scitation

* update
2022-06-20 18:22:43 +08:00
Derek
b23e187a9c feat(route): add Scitation route (#9953)
* feat: upload files

* feat: add docs; update radar.js

* feat(fix): fix docs/en

* Update docs/en/journal.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/journal.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/journal.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/journal.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/section.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/section.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/section.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/scitation/templates/description.art

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* feat: remove config request

* Update lib/v2/scitation/templates/description.art
2022-06-15 22:44:38 -04:00