最近鼠须管squirrel升级之后选项变成纵向排列了,本地没有改过配置,那应该就是新版本对style/horizontal参数不再兼容了,看了下 Release notes 果然如此,这里备注下这两个选项配置不同情况下的效果。一般只需要设置 candidate_list_layout: linear 即可。
candidate_list_layout: lineartext_orientation: vertical
candidate_list_layout: lineartext_orientation: horizontal
candidate_list_layout: stackedtext_orientation: horizontal
candidate_list_layout: stackedtext_orientation: vertical