optimize tui interface and interaction
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user