SlimeRead: Update api list (#2476)

update api list
This commit is contained in:
bapeey 2024-04-19 08:51:55 -05:00 committed by Draff
parent 4030cebbbf
commit adbcbd33ef
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'SlimeRead'
extClass = '.SlimeRead'
extVersionCode = 5
extVersionCode = 6
isNsfw = true
}

View File

@ -32,7 +32,7 @@ class SlimeRead : HttpSource() {
override val baseUrl = "https://slimeread.com"
private val apiUrl = run {
val apiList = arrayOf("free", "beta", "api", "data", "test", "dev", "staging", "prod", "old", "new")
val apiList = arrayOf("api1", "api2", "api3")
"https://${apiList.random()}.slimeread.com:8443"
}