Closed XiaoRanLiu3119 closed 1 year ago
不能用gitee,这个访问是要登录的 建议用github代理
setRepo参数可以看下这里的源码第29行 https://github.com/recloudstream/gradle/blob/master/src/main/kotlin/com/lagradost/cloudstream3/gradle/CloudstreamExtension.kt
不能用gitee,这个访问是要登录的 建议用github代理
setRepo参数可以看下这里的源码第29行 https://github.com/recloudstream/gradle/blob/master/src/main/kotlin/com/lagradost/cloudstream3/gradle/CloudstreamExtension.kt
感谢感谢,我研究下代理
想把cs3给家人用,发现添加拓展要翻墙,大概看了下cs3代码,没太搞懂拉取您这拓展的方法,是 通过
cloudstream { setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/user/repo") // 这个路径么 }
请教下如果是gitee的路径是否可以不用翻墙就能添加拓展源呢