Commit Graph

17 Commits

Author SHA1 Message Date
github-actions[bot] a28890a135 style: auto format 2025-11-27 02:55:46 +00:00
Stephen Zhou e7526eada4
fix: get SearchParams string (#17445)
* fix: get SearchParams string

* refactor: use ufo

* lock deps
2024-11-05 11:27:13 +08:00
Stephen Zhou 4ffe081eb2
fix(bilibili): video reply (#17440)
* fix(bilibili): video reply

* fix

* update
2024-11-05 00:27:55 +08:00
Tony 41c6861d88
fix(got): posting form as x-www-form-urlencoded (#15348) 2024-04-24 00:10:53 +08:00
Prajna a51cc049bf
feat: add javdb session config and cookieJar to fakeGot (#14782)
* feat: add javdb session config

* fix: Return data instead of setting ctx.set in JavDB routes

* docs: Add JavDB login instructions to config.md

* docs: Add note about javdb session validity in config.md

* fix: Return data instead of setting ctx.set in JavDB routes

* fix: Update route path in javdb index.ts

Remove '/:category?/:sort?/:filter?', it will cause other module routes to be inaccessible

* chore: Remove unused cookie variable in ProcessItems function

* chore: Unnecessary changes

* chore: Add JAVDB sessions in alphabetical order.

* docs: Add JAVDB sessions in alphabetical order.

* feat: Add support for passing cookies in headers

* test: Add cookieJar test to got.test.ts

* Update lib/utils/got.ts

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

* feat: Update JavDB routes to include optional JAVDB_SESSION in requireConfig

---------

Co-authored-by: zhaoyi.wu <zhaoyi.wu@amh-group.com>
2024-04-12 19:30:42 +08:00
xtex 06a995b9aa
feat(routes): Add censorbib (#15082)
* feat(routes): Add censorbib

* fix: Make got options optional

* Update lib/routes/nymity/censorbib.ts

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

---------
2024-04-04 01:17:49 +08:00
JimenezLi 690b06e680
fix(core): buffer responseType (#15083) 2024-04-03 23:01:02 +08:00
DIYgod 81bf135e96
fix: ofetch searchParams and form 2024-03-25 02:00:47 +08:00
DIYgod e5a9fd46ee
feat: use ofetch imitate got 2024-03-23 02:03:55 +08:00
DIYgod 2789ed96e5
chore: upgrade got (#14913)
* chore: upgrade got

* fix: new got
2024-03-22 22:42:29 +08:00
SettingDust e76e0ab547
fix(modrinth): fix the path & adapt to typescript (#14765) 2024-03-12 14:33:34 +00:00
DIYgod d3a8747711
feat: recover google chrome extension 2024-03-06 18:17:25 +08:00
DIYgod 1b1915edca
fix: custom got response type 2024-03-05 23:04:28 +08:00
TonyRL eea1607fca fix: add type exports for got 2024-03-04 16:21:13 +00:00
DIYgod d88620c39c
feat: update esm dependencies 2024-03-01 22:58:04 +08:00
DIYgod 174752fef5
refactor: format 2024-01-29 23:28:17 +08:00
DIYgod 847724cad1
feat: work with hono and typescript 2024-01-21 11:55:18 +08:00