Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/vi/nettruyens/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

keiyoushi {
name = "NetTruyenS (unoriginal)"
name = "NetTruyen Unofficial"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There are so many Vietnamese sources called 'NetTruyen'. You should use 'NetTruyenS' to identify this specific source, or rename the website to something else like 'Bách Truyện' ¯_(ツ)_/¯

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

'Bách Truyện'

Bark Truyen better

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

No

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes

This comment was marked as spam.

versionCode = 2
contentWarning = ContentWarning.NSFW
libVersion = "1.4"

source {
lang = "vi"
baseUrl = "https://nettruyen10s.com"
baseUrl = "https://nettruyen12s.com"
}
}