feat: add prompt for waitting window

This commit is contained in:
JuanZoran
2023-03-26 20:07:04 +08:00
parent 529a1639c6
commit c5216e2b37
8 changed files with 50 additions and 55 deletions

View File

@ -1,7 +1,11 @@
local node = require 'Trans'.util.node
local it, t, f, co = node.item, node.text, node.format, node.conjunction
local it, t, f, co = node.item, node.text, node.format, node.prompt
local interval = (' '):rep(4)
---@class TransHover
---@field offline TransHoverRenderer
---@type TransHoverRenderer
local M = {}