update some text
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="root">
|
<div id="root">
|
||||||
请开启javascript,或等待资源加载完成,或<a href="#" onClick="force_reload">强制刷新</a>
|
树洞——校内匿名交流平台
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ class LoginPopupSelf extends Component {
|
|||||||
<div>
|
<div>
|
||||||
<div className="thuhole-login-popup-shadow" />
|
<div className="thuhole-login-popup-shadow" />
|
||||||
<div className="thuhole-login-popup">
|
<div className="thuhole-login-popup">
|
||||||
<h3>直接邮箱登陆</h3>
|
<h3>直接邮箱登录</h3>
|
||||||
<p>
|
<p>
|
||||||
<input value={token_phrase} onChange={(event) => this.setState({token_phrase: event.target.value})} />
|
<input value={token_phrase} onChange={(event) => this.setState({token_phrase: event.target.value})} />
|
||||||
</p>
|
</p>
|
||||||
@@ -161,7 +161,7 @@ class LoginPopupSelf extends Component {
|
|||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<h3>第三方认证登陆</h3>
|
<h3>第三方认证登录</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href={window.BACKEND + "_login/gh"} target="_blank"
|
<a href={window.BACKEND + "_login/gh"} target="_blank"
|
||||||
referrerPolicy="origin"
|
referrerPolicy="origin"
|
||||||
|
|||||||
Reference in New Issue
Block a user