sandwich
Results
12
comments of
sandwich
macos 发现在菜单栏启动加速不会崩溃,在程序主界面启动反而会崩溃
@JustSage I use this in lualine config ```lua function split(input, delimiter) local arr = {} string.gsub(input, '[^' .. delimiter ..']+', function(w) table.insert(arr, w) end) return arr end local function get_venv()...