123盘基本完成

This commit is contained in:
lushunming 2025-10-21 10:52:14 +08:00
parent 0fd1d6df7c
commit 35ab144e27
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import kotlinx.coroutines.runBlocking
object ProxyServer { object ProxyServer {
private const val THREAD_NUM = 16 private val THREAD_NUM = Runtime.getRuntime().availableProcessors()
private val partSize = 1024 * 1024 * 2 private val partSize = 1024 * 1024 * 2
private var port = 12345 private var port = 12345
private var httpServer: AdvancedHttpServer? = null private var httpServer: AdvancedHttpServer? = null

Binary file not shown.

View File

@ -1 +1 @@
77ff0d77d6fccecddd174ee82161f3bd f18a9014de20e672f634bb9120e333cb

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;53bfcd21daf6443ac9c0922ef11a640c", "spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;f18a9014de20e672f634bb9120e333cb",
"lives": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",
@ -134,7 +134,7 @@
"http://152.69.222.142:8088/api/search" "http://152.69.222.142:8088/api/search"
], ],
"sources": [ "sources": [
"夸克", "百度","天翼","移动" "夸克", "百度","123盘","天翼","移动"
] ]
} }
}, },