mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-12 16:31:25 +00:00
feat: redesign static text menu
This commit is contained in:
@@ -16,7 +16,8 @@ msg_alert() {
|
||||
sleep "$_sleep_time"
|
||||
}
|
||||
|
||||
format_box() {
|
||||
# complete box
|
||||
comp_box() {
|
||||
line_break
|
||||
separator_line "="
|
||||
for line in "$@"; do
|
||||
@@ -25,6 +26,16 @@ format_box() {
|
||||
separator_line "="
|
||||
}
|
||||
|
||||
# bottom box
|
||||
btm_box() {
|
||||
for line in "$@"; do
|
||||
content_line "$line"
|
||||
done
|
||||
separator_line "="
|
||||
}
|
||||
|
||||
# =================================================
|
||||
|
||||
common_back() {
|
||||
content_line "0) $COMMON_BACK"
|
||||
separator_line "="
|
||||
|
||||
Reference in New Issue
Block a user