* 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>