diff --git a/index.html b/index.html index abc9bbf..055ed9f 100644 --- a/index.html +++ b/index.html @@ -7,12 +7,12 @@ - + -
正在检测您的权限配置( • ̀ω•́ )✧
Check auth..
+
正在检测您的权限配置( • ̀ω•́ )✧Checking your permissions ( • ̀ω•́ )✧
Check auth..
+ - + @@ -35,33 +35,42 @@
- -

短信登录

+ +

短信登录By SMS

- + - 账号或密码错误,请重新输入 + 账号或密码错误,请重新输入Email or Password does not match! please try again.

- + - 发送验证码 + 发送验证码Send code 120s - 验证码错误 + 验证码错误Wrong code!

-

我已阅读并接受 《Ushio用户协议说明》

- +}); + else + tips.info({ +timeout: 150000, +message: '1. In order to provide better services, this site needs you to provide a contact information. This site promises not to disclose this contact information to any other objects, this contact information is only used as a way for this site to notify you.
2. Please be sure to abide by local laws and regulations when using the services of this site. This site is not responsible for disputes caused by similar reasons.
3. Please do not use the account with other people. Once it is discovered that this site has the right to stop all permissions of this account on this site, and the relevant actors will be blacklisted.' +}); + +})
- + -
-

- - - -

-

- - - 发送验证码 - 120s - -

-

- - - - -

-

- - - - -

-
-
- - -
-

我已阅读并接受 《XXXX协议说明》

-
- -
已有账号,马上登录
-
- - - -
-

Powered by © 2018

-
- - - - - - - \ No newline at end of file diff --git a/setNickname.html b/setNickname.html index 61bc684..c34f57a 100644 --- a/setNickname.html +++ b/setNickname.html @@ -23,8 +23,9 @@ - + +
@@ -32,13 +33,13 @@
-

输入昵称

+

输入昵称Please input your nickname

- +

- +

© 2018- iotcat | Powered by Ushio

@@ -81,30 +82,45 @@ $('.lang-btn').click(function(){ var nickname = $('#nickname').val(); if(nickname.length < 3){ - tips.warning({ - message: "昵称太短啦!!" - }); + if(page.tran.getLang() == 'zh') + tips.warning({ + message: "昵称太短啦!!" + }); + else + tips.warning({ + message: "Too short!!" + }); return; } if(nickname.length > 40){ - tips.warning({ - message: "昵称太长啦!!" - }); + if(page.tran.getLang() == 'zh') + tips.warning({ + message: "昵称太长啦!!" + }); + else + tips.warning({ + message: "Too long!!" + }); return; } session.onload(function(){ $.get('/api/checkUpdate.php?hash='+session.get('hash')+'&nickname='+nickname, function(data){ data = JSON.parse(data); if(data.code == 200){ - tips.success({ - message: '更新成功!' - }); + if(page.tran.getLang() == 'zh') + tips.success({ + message: '更新成功!' + }); + else + tips.success({ + message: 'Update Successfully!!' + }); var to = 'https://user.yimian.xyz/'; if(cookie.get('_from')){ to = decodeURI(cookie.get('_from')); cookie.del('_from'); } - window.location.href=to; + window.location.replace(to); }else{ tips.warning({ message: data.message diff --git a/update.html b/update.html index da66dd6..be802a5 100644 --- a/update.html +++ b/update.html @@ -23,9 +23,9 @@ - + - + @@ -35,22 +35,22 @@

- + - 账号或密码错误,请重新输入 + 账号或密码错误,请重新输入Wrong Email or code.

- + - 发送验证码 + 发送验证码Send code 120s - 验证码错误 + 验证码错误Wrong code

@@ -62,9 +62,9 @@
-

我已阅读并接受 《Ushio用户协议说明》

+

我已阅读并接受 《Ushio用户协议说明》I had read and accepted the 《Ushio Service Agreement》

- +