Browse Source

update some text

master
hole-thu 3 years ago
parent
commit
0738a06e5a
  1. 2
      public/index.html
  2. 4
      src/infrastructure/widgets.js

2
public/index.html

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

4
src/infrastructure/widgets.js

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

Loading…
Cancel
Save