diff options
author | sjlleo <[email protected]> | 2021-08-12 21:00:37 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-12 21:00:37 +0800 |
commit | 264e2fbe50f87b9d19868f16876402557017bbe9 (patch) | |
tree | a865aa819b9c6a5c1a832ca6327243517b1d500f | |
parent | f04f329bdb20277ca166b7d3639fb6d89d915c04 (diff) |
GUI More Friendly
-rw-r--r-- | nf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,5 +383,5 @@ func main() { fmt.Println("\033[0;31m本机不支持IPv6的访问\033[0m") } } - fmt.Println("\033[1;36m感谢Goodryb和每一个正在使用本脚本的你,祝VPS解锁NetFlix非自制剧!\033[0m") + fmt.Println("\n\033[1;36m感谢Goodryb和每一个正在使用本脚本的你,祝VPS解锁NetFlix非自制剧!\033[0m") } |