feat(ddns.sh): adapt new designs for more interfaces

This commit is contained in:
sofia
2026-01-25 18:38:18 +08:00
parent 241d3f2335
commit 323b8cf61c
4 changed files with 95 additions and 75 deletions

View File

@@ -26,6 +26,14 @@ comp_box() {
separator_line "="
}
top_box() {
line_break
separator_line "="
for line in "$@"; do
content_line "$line"
done
}
# bottom box
btm_box() {
for line in "$@"; do