feat: big title
This commit is contained in:
@@ -280,6 +280,35 @@ export const EXAMPLES: Example[] = [
|
||||
divider heavy
|
||||
link "Home" "/page/index.mu"`,
|
||||
},
|
||||
{
|
||||
name: "Big Title",
|
||||
description: "Large ASCII art text in block, thin, and pixel fonts",
|
||||
source: `page "Banner" 64
|
||||
|
||||
bigtitle "RELAY" block
|
||||
align center
|
||||
color 0cf
|
||||
|
||||
spacer
|
||||
|
||||
text "@center{Alpha-7 — Reticulum Network Node}"
|
||||
|
||||
spacer
|
||||
|
||||
bigtitle "STATUS" thin
|
||||
align center
|
||||
|
||||
spacer
|
||||
|
||||
gauge "CPU" 62 100 28 warn=75 crit=90
|
||||
gauge "MEM" 84 100 28 warn=80 crit=95
|
||||
|
||||
divider heavy
|
||||
|
||||
bigtitle "OK" pixel
|
||||
align center
|
||||
color 0f0`,
|
||||
},
|
||||
{
|
||||
name: "Themed Page",
|
||||
description: "Same layout with different visual themes (try: nouveau, gothic, bamboo, circuit, brutalist)",
|
||||
|
||||
Reference in New Issue
Block a user