optimize tui interface and interaction

This commit is contained in:
2026-02-22 20:18:12 +08:00
parent ce9af9f7d0
commit 47a2dfeda1
7 changed files with 289 additions and 183 deletions

View File

@@ -31,3 +31,8 @@ func GenerateID() (string, error) {
func GetTimestamp() string {
return time.Now().Format("2006-01-02 15:04:05")
}
// 定义短语
const (
NoAvailableNetworkInterfaces = "No available network interfaces"
)