v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter

This commit is contained in:
2026-08-20 23:16:25 +00:00
parent b31b6f0a27
commit 0e16a3b6e6
@@ -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 {