2023-03-16 19:25:08 +08:00
|
|
|
local node = require('Trans').util.node
|
|
|
|
local it, t, f, co = node.item, node.text, node.format, node.conjunction
|
|
|
|
|
|
|
|
|
2023-03-16 17:17:30 +08:00
|
|
|
---@type TransHoverRenderer
|
|
|
|
local M = {}
|
|
|
|
|
2023-03-16 19:25:08 +08:00
|
|
|
function M.web(hover, result)
|
|
|
|
if not result.web then return end
|
|
|
|
|
2023-03-16 17:17:30 +08:00
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
return M
|