整理代码

This commit is contained in:
MrZ626
2021-11-16 20:25:21 +08:00
parent 7a0b913768
commit 3f455ee360
4 changed files with 9 additions and 5 deletions

View File

@@ -29,10 +29,10 @@ local typeColor={
english=COLOR.B,
name=COLOR.lV,
}
local function _filter(word)
local word_org=word
if FNSF then word=word:gsub("[Pp]atreon",CHAR.zChan.spark)end
local function _filter(word_org)
local word=word_org
word=word:gsub("[Tt]etris",CHAR.zChan.thinking)
if FNSF then word=word:gsub("[Pp]atreon",CHAR.zChan.qualified)end
return word,word_org
end
local function _scanDict(D)