This commit is contained in:
userA
2023-09-27 20:39:02 +08:00
parent 607b17242d
commit 3a9c4db3c7
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"data":{
"InstantSlicing":{
"handler":"ScheduleTime",
"ScheduleTime":{
"duration":1800000
}
},
"barrageScoreCurve":{
"splitStrategy":"ORDER",
"scoreStrategy":"SCORING",
"duration":5000,
"basicBarrageScore":5
},
"popularRange":{}
},
"updateTime":"2023-09-17 22:06:25"
}

View File

@@ -0,0 +1,28 @@
{
"data":{
"taskCenter":{
"queueCapacity":50,
"threads":20,
"waitingTime":1000
},
"spiderConfig":{
"douyu":{
"emptySleepTime":100,
"retrySleepTime":100,
"retryTimes":3,
"sleepTime":100,
"threadCnt":5,
"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48"
},
"bilibili":{
"emptySleepTime":100,
"retrySleepTime":100,
"retryTimes":3,
"sleepTime":100,
"threadCnt":5,
"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48"
}
}
},
"updateTime":"2023-09-10 22:52:40"
}

View File

@@ -0,0 +1,14 @@
{
"data":{
"LiverFollower":{
"checkTime":60000,
"focusLive":1,
"focusRecord":1,
"focusBarrage":1
},
"HotGuard":{
"GuardNum":10
}
},
"updateTime":"2023-09-10 22:52:40"
}

View File

@@ -0,0 +1,8 @@
{
"data":{
"LiveDownload":{
"showDownloadTable":false
}
},
"updateTime":"2023-09-10 22:52:40"
}

View File

@@ -0,0 +1,35 @@
{
"data":{
"src":{
"Account":"./config/Account",
"Creeper":"./config/Creeper",
"LiveRecord":"./config/LiveRecord",
"SectionWork":"./config/SectionWork",
"Hot":"./config/Hot",
"Section":"./config/Section",
"Barrage":"./config/Barrage",
"Publish":"./config/Publish"
},
"pluginStart":{
"CreeperManager":true,
"HotGuard":true,
"SectionWorkShop":true,
"BarrageConfig":true,
"BarrageFileListen":false,
"BarrageEvent":true,
"InstantSlicing":true,
"LiveDownLoadManager":true,
"LiveConfig":true,
"BarragePopularRange":true,
"HotRecommendation":true,
"BarrageScoreCurve":true,
"FileCacheManager":true,
"LiverFollower":true,
"TaskMonitor":true,
"HotConfig":true,
"TaskCenter":true,
"CreeperConfig":true
}
},
"updateTime":"2023-09-20 01:13:06"
}