1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Replaced header, updated .gitignore

This commit is contained in:
マリウス 2023-01-06 19:01:38 -05:00
parent 3807042e26
commit d83a88bf3d
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F
2 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/TODO.md
/gobbs
/posts.db

View File

@ -3,7 +3,6 @@ package header
import (
"fmt"
"github.com/mrusme/gobbs/config"
"github.com/mrusme/gobbs/ui/ctx"
"github.com/charmbracelet/bubbles/spinner"
@ -13,11 +12,13 @@ import (
var (
highlight = lipgloss.AdaptiveColor{Light: "#874BFD", Dark: "#7D56F4"}
banner = "▄▗▖▎▄▗▅▖▗▅▅▖▗▅▅▖▅▅▅▖▏▉▅▅┓▅▖▎▗▅▌\n" +
"▗▎▍▄▗▗▎▏▍▝▝▘▍▝▂▉┈▂▎▍▅▋▊▂╴▏▊▗╴▋▎\n" +
"▊▉▌╴▘▁▏▏▅▆┈▏▉▇▆▌▗▖▍▎▃▎▎▅▋▋▎▗▎▍▘\n" +
"▝▄▄▄▘▇▄▆▄▄▄▝▄▄▘▝▘▝▘▏╴▄▘▄▝▘▇╴▄▘▄\n" +
" v" + config.VERSION
banner = `




`
)
type Model struct {