Skip to content

Feat/qimao - #240

Merged
Rojikku merged 5 commits into
NovelSourcery:mainfrom
mrissaoussama:feat/qimao
Sep 1, 2026
Merged

Feat/qimao#240
Rojikku merged 5 commits into
NovelSourcery:mainfrom
mrissaoussama:feat/qimao

Conversation

@mrissaoussama

Copy link
Copy Markdown
Contributor

Checklist:

  • Updated versionCode value in build.gradle.kts
  • Updated baseVersionCode in build.gradle.kts (if updated multisrc theme code)
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Set the contentWarning configuration in build.gradle.kts appropriately
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Have removed web_hi_res_512.png when adding a new extension
  • This PR is AI-assisted, I have reviewed the changes manually and confirmed they are not slop

Book detail is a Nuxt.js page whose window.__NUXT__ payload is a
minified IIFE (repeated values become single-letter variable refs,
impractical to resolve without a JS engine) - but the site's own
/api/book-detail/*, /api/book/chapter-list, and /api/search/result
routes are open and return plain JSON directly, so those are used
instead of parsing __NUXT__. Chapter text genuinely is server-rendered
on the reading page itself (div.chapter-detail-article), confirmed
live - it's just absent from the __NUXT__ data object, not from the
page.

No working "browse everything" or ranking endpoint could be found;
/api/rank/book-list and /api/classify/book-list exist but their
required params couldn't be determined, so popular falls back to the
fixed 10-item recommendation list the search endpoint always returns
alongside real results. Locked (VIP) chapters are hidden by default via
a source preference.
A locked chapter still renders div.chapter-detail-article server-side,
just empty (no div.article child, only an empty canvas placeholder) -
confirmed live. The generic outer-div fallback matched that empty
container and returned blank text instead of the locked-chapter error.
@Rojikku
Rojikku merged commit 6049a67 into NovelSourcery:main Sep 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants