improve: support to customize the spinners (#2397)
This commit is contained in:
@@ -396,6 +396,11 @@ _请参见 [config.lua#L9](./lua/avante/config.lua) 以获取完整配置_
|
||||
align = "center", -- left, center, right 用于标题
|
||||
rounded = true,
|
||||
},
|
||||
spinner = {
|
||||
editing = { "⡀", "⠄", "⠂", "⠁", "⠈", "⠐", "⠠", "⢀", "⣀", "⢄", "⢂", "⢁", "⢈", "⢐", "⢠", "⣠", "⢤", "⢢", "⢡", "⢨", "⢰", "⣰", "⢴", "⢲", "⢱", "⢸", "⣸", "⢼", "⢺", "⢹", "⣹", "⢽", "⢻", "⣻", "⢿", "⣿" },
|
||||
generating = { "·", "✢", "✳", "∗", "✻", "✽" }, -- '生成中' 状态的旋转字符
|
||||
thinking = { "🤯", "🙄" }, -- '思考中' 状态的旋转字符
|
||||
},
|
||||
input = {
|
||||
prefix = "> ",
|
||||
height = 8, -- 垂直布局中输入窗口的高度
|
||||
|
||||
Reference in New Issue
Block a user