Browse Source

github issues url update

dev
thuhole 5 years ago
parent
commit
c6ca54e77d
  1. 2
      src/Config.js
  2. 5
      src/UserAction.js

2
src/Config.js

@ -239,7 +239,7 @@ export class ConfigUI extends PureComponent {
<hr />
<p>
新功能建议或问题反馈请在&nbsp;
<a href="https://github.com/thuhole/webhole/issues" target="_blank">GitHub <span className="icon icon-github" /></a>
<a href="https://github.com/thuhole/thuhole-go-backend/issues" target="_blank">GitHub <span className="icon icon-github" /></a>
&nbsp;提出
</p>
</div>

5
src/UserAction.js

@ -211,7 +211,7 @@ export function InfoSidebar(props) {
{/* <span className="icon icon-textfile" /><label>树洞规范</label>*/}
{/*</a>*/}
{/*&nbsp;&nbsp;*/}
<a href="https://github.com/thuhole/webhole/issues" target="_blank">
<a href="https://github.com/thuhole/thuhole-go-backend/issues" target="_blank">
<span className="icon icon-github" /><label>意见反馈</label>
</a>
</div>
@ -345,7 +345,8 @@ export class LoginForm extends Component {
<br />
</p>
<p>
根据计算中心要求访问授权三个月内有效过期需重新登录
{/*根据计算中心要求,访问授权三个月内有效,过期需重新登录。*/}
T大树洞将会单向加密(i.e. 哈希散列)您的邮箱后再存入数据库因此您的发帖具有较强的匿名性具体可见我们的<a href="https://github.com/thuhole/thuhole-go-backend/blob/76f56e6b75257b59e552b6bdba77e114151fcad1/src/db.go#L184">后端开源代码</a>
</p>
<p>
<a onClick={()=>{this.props.show_sidebar(

Loading…
Cancel
Save