feat: 词条隐藏、降频 (#249) close #242

This commit is contained in:
Shingo
2023-05-07 18:20:42 +08:00
committed by GitHub
parent 299ae93309
commit b70a2a7cb7
14 changed files with 516 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
local hide_words =
{ ["示~例~"] = { "shil", "shili", },
}
return hide_words