feat: 自动发音和中翻英的支持
This commit is contained in:
@ -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
|
||||
|
@ -1,6 +0,0 @@
|
||||
---判断单词是否含有中文
|
||||
---@param word string 需要判断的单词
|
||||
---@return boolean 判断结果
|
||||
return function (word)
|
||||
return false
|
||||
end
|
Reference in New Issue
Block a user