feat: zen mode (#2679)

This commit is contained in:
yetone
2025-09-03 12:51:43 +08:00
committed by GitHub
parent 73a797616b
commit 0955c2913f
4 changed files with 34 additions and 10 deletions

View File

@@ -126,6 +126,8 @@ function M.full_view_ask()
})
end
M.zen_mode = M.full_view_ask
---@param opts? AskOptions
function M.ask(opts)
opts = opts or {}