~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

View File

@@ -139,6 +139,6 @@ separator_line() {
# increase the spacing between the front
# and back forms to improve readability
double_line_break() {
line_break() {
printf "\n\n"
}