-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix(Novel Mania): Update selectors & add support for a few features #10961
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
Open
Shulchl
wants to merge
16
commits into
PreMiD:main
Choose a base branch
from
Shulchl:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+303
−67
Open
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d1744a9
feat(Novel Mania): Update and add setting up for v2
Shulchl 61b70b6
fix(Novel Mania): Update everything website has changed
Shulchl 73493aa
Merge branch 'PreMiD:main' into master
Shulchl 1649427
Remove folders as I dont know whta to do with then
Shulchl 58342d5
update(Novel Mania): Remove versionize folders as I actually didn't n…
Shulchl 214401d
small change...
Shulchl 5532a1e
small change ²...
Shulchl b7514b5
small change ³...
Shulchl 661e52f
Fixing lint match pattern error in tags
Shulchl 7072474
Translating a comment
Shulchl 9ddf466
Fix timestamp. Not in the mood to make one for each state
Shulchl 1d3bf7b
Merge branch 'PreMiD:main' into master
Shulchl 774fb81
Fix more lint errors
Shulchl 9e6b656
I forgor my discord name have changed...
Shulchl 877623f
This bot's nuts
Shulchl 0e87e16
it went unnoticed...
Shulchl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,65 @@ | ||
| { | ||
| "$schema": "https://schemas.premid.app/metadata/1.16", | ||
| "$schema": "https://schemas.premid.app/metadata/1.17", | ||
| "apiVersion": 1, | ||
| "author": { | ||
| "name": "Shuichi", | ||
| "name": "obudista", | ||
| "id": "179440483796385792" | ||
| }, | ||
| "service": "Novel Mania", | ||
| "altnames": [ | ||
| "NovelMania" | ||
| ], | ||
| "description": { | ||
| "en": "Read webnovels in Portuguese anywhere and anytime.", | ||
| "nl": "Lees overal en altijd webnovels in het Portugees.", | ||
| "pt-br": "Leia webnovels em português a qualquer momento e a qualquer hora." | ||
| }, | ||
| "url": "novelmania.com.br", | ||
| "regExp": "^https?[:][/][/]([a-z0-9-]+[.])*novelmania[.]com[.]br[/]", | ||
| "version": "1.1.0", | ||
| "version": "2.0.0", | ||
| "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/logo.png", | ||
| "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/thumbnail.jpg", | ||
| "color": "#008cff", | ||
| "category": "other", | ||
| "tags": [ | ||
| "novel", | ||
| "mania", | ||
| "translator" | ||
| "novel-mania", | ||
| "translation", | ||
Check failureCode scanning / ESLint Require or disallow newline at the end of files Error
Newline required at end of file but not found.
|
||
| "lightnovel", | ||
| "light-novel-translation", | ||
| "webnovel", | ||
| "web-novel-translation", | ||
| "reader", | ||
| "scanlator", | ||
| "novel-translation", | ||
| "book", | ||
| "books", | ||
| "book-translation" | ||
| ], | ||
| "settings": [ | ||
| { | ||
| "id": "lang", | ||
| "multiLanguage": true | ||
| }, | ||
| { | ||
| "id": "hideInfo", | ||
| "title": "Privacy Mode", | ||
| "icon": "fas fa-compress-arrows-alt", | ||
| "value": false | ||
| }, | ||
| { | ||
| "id": "showButtons", | ||
| "title": "Show Buttons", | ||
| "icon": "fas fa-compress-arrows-alt", | ||
| "value": true, | ||
| "if": { | ||
| "showInfo": false | ||
| } | ||
| }, | ||
| { | ||
| "id": "showTimestamp", | ||
| "title": "Show Timestamp", | ||
| "icon": "fas fa-clock", | ||
| "value": true | ||
| } | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| { | ||
| "novelmania.volume": { | ||
| "description": "Text for when user's reading a novel with volumes.", | ||
| "message": "Volume" | ||
| }, | ||
| "novelmania.book": { | ||
| "description": "Text for when user's reading a novel with books.", | ||
| "message": "Book" | ||
| }, | ||
| "novelmania.viewingProfile": { | ||
| "description": "Text for when user's visualizing someone's profile.", | ||
| "message": "Viewing profile" | ||
| }, | ||
| "novelmania.lists": { | ||
| "description": "Text for when user's visualizing 'lists' page.", | ||
| "message": "listas" | ||
| }, | ||
| "novelmania.news": { | ||
| "description": "Text for when user's visualizing 'news' page.", | ||
| "message": "news" | ||
| }, | ||
| "novelmania.genre": { | ||
| "description": "Text for when user's browsing genres.", | ||
| "message": "genres" | ||
| }, | ||
| "novelmania.novel": { | ||
| "description": "Just a placeholder for a novel title. It doesn't matter what it is, it will be replaced by the actual title.", | ||
| "message": "novel" | ||
| }, | ||
| "novelmania.readNovelButton": { | ||
| "description": "", | ||
| "message": "Read this novel!" | ||
| }, | ||
| "novelmania.readChapterButton": { | ||
| "description": "Text from 'reading chapter button'. Call to read along!", | ||
| "message": "Read this chapter!" | ||
| }, | ||
| "novelmania.visitWebsiteButton": { | ||
| "description": "Text from 'visit website button'.", | ||
| "message": "Visit this website!" | ||
| }, | ||
| "novelmania.readListButton": { | ||
| "description": "Text from 'read this list button'.", | ||
| "message": "Read this list!" | ||
| }, | ||
| "novelmania.readNewsButton": { | ||
| "description": "Text from 'read this news button'.", | ||
| "message": "Read this news!" | ||
| }, | ||
| "novelmania.visitUserProfileButton": { | ||
| "description": "Text from 'spy on this user button'. Naughty, naughty...", | ||
| "message": "Spy on this user!" | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.