forked from newthuhole/hole_thu_frontend
update UI
This commit is contained in:
@@ -348,13 +348,13 @@ export class LoginForm extends Component {
|
|||||||
{/*根据计算中心要求,访问授权三个月内有效,过期需重新登录。*/}
|
{/*根据计算中心要求,访问授权三个月内有效,过期需重新登录。*/}
|
||||||
T大树洞将会单向加密(i.e. 哈希散列)您的邮箱后再存入数据库,因此您的发帖具有较强的匿名性。具体可见我们的<a href="https://github.com/thuhole/thuhole-go-backend/blob/76f56e6b75257b59e552b6bdba77e114151fcad1/src/db.go#L184">后端开源代码</a>。
|
T大树洞将会单向加密(i.e. 哈希散列)您的邮箱后再存入数据库,因此您的发帖具有较强的匿名性。具体可见我们的<a href="https://github.com/thuhole/thuhole-go-backend/blob/76f56e6b75257b59e552b6bdba77e114151fcad1/src/db.go#L184">后端开源代码</a>。
|
||||||
</p>
|
</p>
|
||||||
<p>
|
{/*<p>*/}
|
||||||
<a onClick={()=>{this.props.show_sidebar(
|
{/* <a onClick={()=>{this.props.show_sidebar(*/}
|
||||||
'系统消息',
|
{/* '系统消息',*/}
|
||||||
<MessageViewer token={token.value} />
|
{/* <MessageViewer token={token.value} />*/}
|
||||||
)}}>查看系统消息</a><br />
|
{/* )}}>查看系统消息</a><br />*/}
|
||||||
当您发送的内容违规时,我们将用系统消息提示您
|
{/* /!*当您发送的内容违规时,我们将用系统消息提示您*!/*/}
|
||||||
</p>
|
{/*</p>*/}
|
||||||
<p>
|
<p>
|
||||||
<a onClick={this.copy_token.bind(this,token.value)}>复制 User Token</a><br />
|
<a onClick={this.copy_token.bind(this,token.value)}>复制 User Token</a><br />
|
||||||
User Token 用于迁移登录状态,切勿告知他人{/*,若怀疑被盗号请尽快 <ResetUsertokenWidget token={token.value} />*/}
|
User Token 用于迁移登录状态,切勿告知他人{/*,若怀疑被盗号请尽快 <ResetUsertokenWidget token={token.value} />*/}
|
||||||
@@ -553,7 +553,7 @@ export class PostForm extends Component {
|
|||||||
let width=image.width;
|
let width=image.width;
|
||||||
let height=image.height;
|
let height=image.height;
|
||||||
let compressed=false;
|
let compressed=false;
|
||||||
|
|
||||||
if(width>MAX_IMG_DIAM) {
|
if(width>MAX_IMG_DIAM) {
|
||||||
height=height*MAX_IMG_DIAM/width;
|
height=height*MAX_IMG_DIAM/width;
|
||||||
width=MAX_IMG_DIAM;
|
width=MAX_IMG_DIAM;
|
||||||
|
|||||||
Submodule src/infrastructure updated: e24cf98094...5e3117878c
Reference in New Issue
Block a user