mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt index.css
This commit is contained in:
parent
0f3eea8b43
commit
5ddc851aad
@ -126,8 +126,8 @@ func init() {
|
||||
}
|
||||
}},
|
||||
}, Hand: func(m *ice.Message, arg ...string) {
|
||||
m.Option(FG, kit.Select(kit.Select(BLUE, BLUE, m.Option(ice.TOPIC) == WHITE), arg, 1))
|
||||
m.Option(BG, kit.Select(kit.Select(BLACK, WHITE, m.Option(ice.TOPIC) == WHITE), arg, 2))
|
||||
m.Option(FG, kit.Select(kit.Select(BLACK, BLUE, m.Option(ice.TOPIC) == BLACK), arg, 1))
|
||||
m.Option(BG, kit.Select(kit.Select(WHITE, BLACK, m.Option(ice.TOPIC) == BLACK), arg, 2))
|
||||
if m.IsCliUA() {
|
||||
_qrcode_cli(m, kit.Select(kit.Select(ice.Info.Make.Domain, ice.Info.Domain), arg, 0))
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user