From a49fa8ebfe667c30844fee5b29cd35bdfef0d770 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sun, 21 Aug 2022 09:08:03 +0800 Subject: [PATCH] Add shortcut hints in the menu --- menu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/menu.sh b/menu.sh index 35f6d00..2d175a2 100644 --- a/menu.sh +++ b/menu.sh @@ -2,14 +2,14 @@ export LANG=en_US.UTF-8 # 当前脚本版本号和新增功能 -VERSION=2.41 +VERSION=2.42 declare -A T T[E0]="\n Language:\n 1.English (default) \n 2.简体中文\n" T[C0]="${T[E0]}" -T[E1]="1.Get the traffic quota of WARP+ via API." -T[C1]="1.通过 API 获取 WARP+ 剩余流量" +T[E1]="1.Add shortcut hints in the menu." +T[C1]="1.在菜单中增加快捷方式的提示" T[E2]="The script must be run as root, you can enter sudo -i and then download and run again. Feedback: [https://github.com/fscarmen/warp/issues]" T[C2]="必须以root方式运行脚本,可以输入 sudo -i 后重新下载运行,问题反馈:[https://github.com/fscarmen/warp/issues]" T[E3]="The TUN module is not loaded. You should turn it on in the control panel. Ask the supplier for more help. Feedback: [https://github.com/fscarmen/warp/issues]"