update login page III

This commit is contained in:
2024-09-23 16:45:52 +08:00
parent 6826201da9
commit ea94e4c6df

View File

@@ -85,7 +85,7 @@ class LoginPopupSelf extends Component {
sha256_hex(token_phrase + 'hole' + new Date().toDateString(), 16)
.then((token) => sha256_hex(token + 'hole', 16))
.then((token_hash) => copy(`|${token_hash}|\n\n随便写点内容以免被当成垃圾邮件`));
.then((token_hash) => copy(`|${token_hash}|`));
this.setState({already_copy: true});
}
@@ -136,7 +136,7 @@ class LoginPopupSelf extends Component {
<>
<li>
<a href="###" onClick={this.copy_token_phrase.bind(this)}><b>点击此处</b></a>
复制此ID用于在其他设备上登录当日有效注意妥善保管
复制此ID用于在其他设备上登录当日有效<b>注意妥善保管</b>
</li>
<li>
<a href="###" onClick={this.copy_token_hash.bind(this)}><b>点击此处</b></a>
@@ -148,7 +148,8 @@ class LoginPopupSelf extends Component {
<>
<li>
发送邮件到
<a href={'mailto:' + EMAIL}>{EMAIL}</a>
<a href={'mailto:' + EMAIL}>{EMAIL}</a>
复制的内容请放入邮件正文是否包含其他内容随意
不同设备请勿重复发件
示例:
<img src={emailExample} className="li-image"/>