summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-08-12 20:57:57 +0800
committerGitHub <[email protected]>2021-08-12 20:57:57 +0800
commitf04f329bdb20277ca166b7d3639fb6d89d915c04 (patch)
tree10cc1c9190b41f56ae2e540bf0c8fa648b9e4f0c
parentf409c11e0cad440e03fe6c9aedfee26612ef4ac8 (diff)
GUI More Friendly
-rw-r--r--nf.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/nf.go b/nf.go
index 583f6a5..9e99297 100644
--- a/nf.go
+++ b/nf.go
@@ -97,7 +97,7 @@ func UnblockTest(MoiveID int, ip string) bool {
func ShellPrinter(Num int) {
switch Num {
case 0:
- fmt.Println("** NetFlix 解锁检测小工具 v2.61 By \033[1;36m@sjlleo&Goodryb\033[0m **")
+ fmt.Println("** NetFlix 解锁检测小工具 v2.61 By \033[1;36m@sjlleo\033[0m **")
case 1:
fmt.Println("\033[0;33mNetFlix不为您测试的出口IP提供服务\033[0m")
case 2:
@@ -383,4 +383,5 @@ func main() {
fmt.Println("\033[0;31m本机不支持IPv6的访问\033[0m")
}
}
+ fmt.Println("\033[1;36m感谢Goodryb和每一个正在使用本脚本的你,祝VPS解锁NetFlix非自制剧!\033[0m")
}