Skip to content

Commit

Permalink
Update domain (#6933)
Browse files Browse the repository at this point in the history
Update domain TopTruyen and DocTruyen3Q
  • Loading branch information
FiorenMas authored Jan 3, 2025
1 parent 0e4dcc9 commit a2a2775
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/vi/doctruyen3q/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'DocTruyen3Q'
extClass = '.DocTruyen3Q'
themePkg = 'wpcomics'
baseUrl = 'https://doctruyen3qk.pro'
overrideVersionCode = 0
baseUrl = 'https://doctruyen3q3.net'
overrideVersionCode = 1
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util.TimeZone

class DocTruyen3Q : WPComics(
"DocTruyen3Q",
"https://doctruyen3qk.pro",
"https://doctruyen3q3.net",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")
Expand Down
4 changes: 2 additions & 2 deletions src/vi/toptruyen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyenpro1.com'
overrideVersionCode = 4
baseUrl = 'https://www.toptruyen28.net'
overrideVersionCode = 5
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.util.Locale

class TopTruyen : WPComics(
"Top Truyen",
"https://www.toptruyenpro1.com",
"https://www.toptruyen28.net",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()),
gmtOffset = null,
Expand Down

0 comments on commit a2a2775

Please sign in to comment.