Skip to content

Commit

Permalink
Release 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Feb 21, 2023
1 parent 242188c commit a235161
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@


### 最新公告:
2023-02-11
* 新版 5.0.7,支持openai/bing等网站,简化界面
2023-02-21
* 新版 5.0.8,Fix bugs
* 4.x.x 的需要重新下载安装,不能应用内升级。


Expand Down
2 changes: 1 addition & 1 deletion code/default/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.7
5.0.8
3 changes: 3 additions & 0 deletions code/default/x_tunnel/lang/zh_CN/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ msgstr "您的密码已经复位成功。"
msgid "Please use your new password to login."
msgstr "请使用您的新密码登陆。"

msgid "Login failed, please try login using token."
msgstr "登陆失败,请尝试使用令牌登陆。"

msgid "Register"
msgstr "注册"

Expand Down
2 changes: 2 additions & 0 deletions code/default/x_tunnel/web_ui/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@ <h5>{{ _("Transfer Bandwidth") }}</h5>
tip('{{ _("Incorrect Email or password.") }}', 'error', false);
} else if (result['reason'] == "account not exist") {
tip('{{ _("Incorrect Email or password.") }}', 'error', false);
} else if (result['reason'] == "status:602") {
tip('{{ _("Login failed, please try login using token.") }}', 'error', false);
} else {
tip('{{ _("Login fail:") }}' + result['reason'], 'error', false);
}
Expand Down

0 comments on commit a235161

Please sign in to comment.