Merge branch 'main' of https://github.com/FongMi/CatVodSpider
This commit is contained in:
commit
1c0e153387
|
|
@ -3,4 +3,5 @@
|
||||||
*build
|
*build
|
||||||
*.jks
|
*.jks
|
||||||
*i.java
|
*i.java
|
||||||
|
*r.java
|
||||||
/local.properties
|
/local.properties
|
||||||
|
|
@ -8,7 +8,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.github.catvod.demo"
|
applicationId "com.github.catvod.demo"
|
||||||
minSdk 17
|
minSdk 16
|
||||||
targetSdk 28
|
targetSdk 28
|
||||||
ndk { abiFilters "armeabi-v7a" }
|
ndk { abiFilters "armeabi-v7a" }
|
||||||
buildConfigField("String", "CLIENT_ID", "\"${clientId}\"")
|
buildConfigField("String", "CLIENT_ID", "\"${clientId}\"")
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
a6934bc36ece4231bc9d2748f96ceaf9
|
1d3a24e2944970cff7f5eb9fd1fcf532
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a6934bc36ece4231bc9d2748f96ceaf9",
|
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;1d3a24e2944970cff7f5eb9fd1fcf532",
|
||||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
|
|
@ -14,10 +14,6 @@
|
||||||
{
|
{
|
||||||
"name": "SOD",
|
"name": "SOD",
|
||||||
"server": "https://a.sodaz.xyz"
|
"server": "https://a.sodaz.xyz"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "AV",
|
|
||||||
"server": "https://a74d291e-3b91-45a5-9ec6-9f08a9178e59.id.repl.co"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a6934bc36ece4231bc9d2748f96ceaf9",
|
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;1d3a24e2944970cff7f5eb9fd1fcf532",
|
||||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue