~Add tui_lite.sh

~Add tui switch menu
~chang double_line_break() > line_break()
This commit is contained in:
juewuy
2026-01-20 20:08:53 +08:00
parent 3d01ec827d
commit 7fc043ec49
8 changed files with 143 additions and 103 deletions

16
scripts/menus/tui_lite.sh Normal file
View File

@@ -0,0 +1,16 @@
content_line() {
printf '%b' "$1\n"
}
sub_content_line() {
content_line " $1"
}
separator_line() {
echo "-----------------------------------------------"
}
line_break() {
return
}