增加grid和monocle布局

This commit is contained in:
DreamMaoMao 2025-02-17 09:35:43 +08:00
parent ca9a353eeb
commit c96cb02ba5
2 changed files with 4 additions and 2 deletions

View file

@ -69,6 +69,8 @@ Layout layouts[] = { //最少两个,不能删除少于两个
/* symbol arrange function name */
{ "", scroller, "scroller" }, //滚动布局
{ "󱞬", tile, "tile" }, //堆栈布局
{"󰃇", grid, "grid"},
{"M",monocle,"monocle"},
};