Skip to content

Commit cc3dca4

Browse files
authored
Update ADKR
1 parent 5771b17 commit cc3dca4

File tree

1 file changed

+35
-18
lines changed

1 file changed

+35
-18
lines changed

reference/AD/ADKR

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
11
#!/bin/bash
2-
Font_Black="\033[30m"
3-
Font_Red="\033[31m"
4-
Font_Green="\033[32m"
5-
Font_Yellow="\033[33m"
6-
Font_Blue="\033[34m"
7-
Font_Purple="\033[35m"
8-
Font_SkyBlue="\033[36m"
9-
Font_White="\033[37m"
10-
Font_Suffix="\033[0m"
11-
echo -e "${Font_SkyBlue}【广告推广】${Font_Suffix}"
12-
echo -e "================================================"
13-
echo -e "${Font_Red}韩国【KT家宽】流媒体DNS解锁${Font_Suffix}"
14-
echo ""
15-
echo -e "${Font_SkyBlue}解锁所有韩国流媒体及游戏!${Font_Suffix}"
16-
echo ""
17-
echo -e "${Font_Yellow}了解详情请关注频道: https://t.me/LMT_Unblock${Font_Suffix}"
18-
echo ""
19-
echo -e "================================================"
2+
3+
color_print() {
4+
Font_Black="\033[30m"
5+
Font_Red="\033[31m"
6+
Font_Green="\033[32m"
7+
Font_Yellow="\033[33m"
8+
Font_Blue="\033[34m"
9+
Font_Purple="\033[35m"
10+
Font_SkyBlue="\033[36m"
11+
Font_White="\033[37m"
12+
Font_BrightBlack="\033[90m"
13+
Font_BrightRed="\033[91m"
14+
Font_BrightGreen="\033[92m"
15+
Font_BrightYellow="\033[93m"
16+
Font_BrightBlue="\033[94m"
17+
Font_BrightPurple="\033[95m"
18+
Font_BrightSkyBlue="\033[96m"
19+
Font_BrightWhite="\033[97m"
20+
Font_Orange="\033[38;5;208m"
21+
Font_Suffix="\033[0m"
22+
}
23+
color_print
24+
25+
function showGoodbye() {
26+
27+
echo -e ''
28+
echo -e "${Font_Green}┏---------------------------------------------------┓\n${Font_Suffix}"
29+
echo -e " 韩国家宽DNS解锁\n 解锁本地流媒体及游戏\n 支持指定ISP例如KT,LG,SK等\n 无限流量费用仅需15USD/月/VPS\n 购买或试用请联系${Font_BrightBlue}https://t.me/czgno${Font_Suffix}"
30+
echo -e ""
31+
echo -e "${Font_Green}┗---------------------------------------------------┛\n${Font_Suffix}"
32+
echo -e ''
33+
echo -e ''
34+
35+
}
36+
showGoodbye

0 commit comments

Comments
 (0)