Skip to content

Commit

Permalink
fix: build break and remove too short keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
NextAlone authored Nov 5, 2024
1 parent e9c2ec2 commit e4e47e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private val easterEggsMap by lazy {
hashMapOf(
arrayOf("\u26A7\uFE0F", "\uD83C\uDF65", "mtf", "mtx", "ftm", "ftx", "transgender") to forSuBanXia,
arrayOf("") to ("喵喵" to "喵喵喵"),
arrayOf("lgbt", "lgbtq", "lgbtqia", "lgbtqia+", "lesbian", "gay", "bisexual", "queer""nextalone", "na") to forPride,
arrayOf("lgbt", "lgbtq", "lgbtqia", "lgbtqia+", "lesbian", "gay", "bisexual", "queer", "nextalone") to forPride,
)
}

Expand Down

0 comments on commit e4e47e1

Please sign in to comment.