fix: try to fix install.lua mistakes

This commit is contained in:
JuanZoran
2023-03-16 19:25:08 +08:00
parent 0d4eec6f2e
commit 4a0f9b5c85
3 changed files with 20 additions and 15 deletions

View File

@@ -1,7 +1,13 @@
local node = require('Trans').util.node
local it, t, f, co = node.item, node.text, node.format, node.conjunction
---@type TransHoverRenderer
local M = {}
function M.web()
function M.web(hover, result)
if not result.web then return end
end