update some text

This commit is contained in:
2022-11-20 19:10:26 +08:00
parent 4cc7688f41
commit 0738a06e5a
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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"