feat: add simple youdao api

This commit is contained in:
JuanZoran
2023-02-07 16:44:22 +08:00
parent 1205b11d97
commit 85fdf7f58d
5 changed files with 102 additions and 43 deletions

View File

@@ -310,7 +310,7 @@ local function online_query(win, word)
end
for i = 1, size do
lists[size] = require('Trans.query.' .. engines[i])(word)
lists[i] = require('Trans.query.' .. engines[i])(word)
end
local cell = icon.cell
local timeout = hover.timeout