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>
<div id="root">
请开启javascript,或等待资源加载完成,或<a href="#" onClick="force_reload">强制刷新</a>
树洞——校内匿名交流平台
</div>
</body>
</html>

4
src/infrastructure/widgets.js

@ -121,7 +121,7 @@ class LoginPopupSelf extends Component {
<div>
<div className="thuhole-login-popup-shadow" />
<div className="thuhole-login-popup">
<h3>直接邮箱登</h3>
<h3>直接邮箱登</h3>
<p>
<input value={token_phrase} onChange={(event) => this.setState({token_phrase: event.target.value})} />
</p>
@ -161,7 +161,7 @@ class LoginPopupSelf extends Component {
</ol>
</div>
<br />
<h3>第三方认证登</h3>
<h3>第三方认证登</h3>
<p>
<a href={window.BACKEND + "_login/gh"} target="_blank"
referrerPolicy="origin"

Loading…
Cancel
Save