feat: 自动发音和中翻英的支持

This commit is contained in:
JuanZoran
2023-02-01 16:47:50 +08:00
parent 86f8b7f6e8
commit b2b716de6b
9 changed files with 136 additions and 104 deletions

View File

@ -11,13 +11,14 @@ local display = function(self)
self:frame(i)
end
end
else
while self.run do
self:frame()
end
callback()
end
callback()
else
local frame
if self.times then

View File

@ -1,6 +0,0 @@
---判断单词是否含有中文
---@param word string 需要判断的单词
---@return boolean 判断结果
return function (word)
return false
end