Skip to content

Commit

Permalink
Remove gugufan
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Sep 30, 2024
1 parent a7ca09a commit 6a15e9d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data class MediaSourceSaves(
)

val enabledWebSources: List<String> =
listOf("gugufan", "xfdm")
listOf("xfdm")
val enabledBtSources: List<String> =
listOf(MikanCNMediaSource.ID, "dmhy")
val disabledBtSources: List<String> = listOf()
Expand Down
1 change: 0 additions & 1 deletion app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ kotlin {
// TODO: to be commonized
api(projects.datasource.dmhy)
api(projects.datasource.acgRip)
api(projects.datasource.gugufan)
api(projects.datasource.xfdm)
api(projects.datasource.jellyfin)
api(projects.datasource.ikaros)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import me.him188.ani.app.ui.foundation.LocalIsPreviewing
import me.him188.ani.app.ui.foundation.Res
import me.him188.ani.app.ui.foundation.acg_rip
import me.him188.ani.app.ui.foundation.dmhy
import me.him188.ani.app.ui.foundation.gugufan
import me.him188.ani.app.ui.foundation.mikan
import me.him188.ani.app.ui.foundation.xfdm
import me.him188.ani.datasources.api.source.MediaSourceInfo
Expand All @@ -42,7 +41,6 @@ fun MediaSourceInfo.getIconResourceOrNull(): Painter? {
"mikan.png" -> Res.drawable.mikan
"acg-rip.png" -> Res.drawable.acg_rip
"dmhy.png" -> Res.drawable.dmhy
"gugufan.png" -> Res.drawable.gugufan
"xfdm.png" -> Res.drawable.xfdm
else -> null
}
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ includeProject(":datasource:acg-rip", "datasource/bt/acg.rip") // https://acg.ri
includeProject(":datasource:mikan", "datasource/bt/mikan") // https://mikanani.me/
// Web 数据源
includeProject(":datasource:web-base", "datasource/web/web-base") // web 基础
includeProject(":datasource:gugufan", "datasource/web/gugufan")
includeProject(":datasource:xfdm", "datasource/web/xfdm")
includeProject(":datasource:jellyfin", "datasource/jellyfin")
includeProject(":datasource:ikaros", "datasource/ikaros") // https://ikaros.run/
Expand Down

0 comments on commit 6a15e9d

Please sign in to comment.