Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Indowebnovel #882

Merged
merged 9 commits into from
Apr 20, 2024
Merged

Fix Indowebnovel #882

merged 9 commits into from
Apr 20, 2024

Conversation

AhmadNaruto
Copy link
Contributor

@AhmadNaruto AhmadNaruto commented Apr 11, 2024

i don't know why but advance-search is temporary not function in website.
so until it fixed by website admin, i use normal search

let link = `${this.site}advanced-search/page/${page}/?title=${searchTerm}&author=&yearx=`;
link += `&status=${this.filters.status.value}`;
link += `&type=${this.filters.type.value}`;
link += `&order=${this.filters.sort.value}`;
link += this.filters.lang.value.map(i => `&country[]=${i}`).join('');

*/
let link = '{this.site}page/${page}/?s=${searchTerm}'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is invalid url

.github/workflows/host_plugins.yml Outdated Show resolved Hide resolved
Co-authored-by: nyagami <hoangquan05112002@gmail.com>
@nyagami
Copy link
Member

nyagami commented Apr 20, 2024

Skete Novel icon is missing, pls add it

@AhmadNaruto
Copy link
Contributor Author

Skete Novel icon is missing, pls add it

done 👍

@nyagami nyagami merged commit 6a41829 into LNReader:master Apr 20, 2024
1 check passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants