v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter
This commit is contained in:
@@ -35,6 +35,12 @@ enum class SiteType(
|
|||||||
boards = listOf(
|
boards = listOf(
|
||||||
BoardInfo("jirum", "알뜰구매")
|
BoardInfo("jirum", "알뜰구매")
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
ARCALIVE(
|
||||||
|
displayName = "아카라이브",
|
||||||
|
boards = listOf(
|
||||||
|
BoardInfo("hotdeal", "핫딜")
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|||||||
Reference in New Issue
Block a user