main
PC-202302260912\Administrator 2023-07-25 16:07:12 +08:00
parent f584271915
commit 8e6b3a6473
1 changed files with 5 additions and 5 deletions

10
main.sh
View File

@ -23,11 +23,11 @@ NC='\033[0m' # 恢复默认颜色
show_menu() {
echo -e "================================"
echo -e "欢迎使用${blue}戒灵更新脚本${NC}"
echo -e "1. ${cyan}游戏服更新${NC}"
echo -e "2. ${cyan}gm更新${NC}"
echo -e "3. ${cyan}登陆服更新${NC}"
echo -e "4. ${cyan}支付服更新${NC}"
echo -e "5. ${cyan}敏感词服更新${NC}"
echo -e "1. ${yellow}游戏服更新${NC}"
echo -e "2. ${yellow}gm更新${NC}"
echo -e "3. ${yellow}登陆服更新${NC}"
echo -e "4. ${yellow}支付服更新${NC}"
echo -e "5. ${yellow}敏感词服更新${NC}"
echo -e "0. ${red}退出${NC}"
}