未验证 提交 868712f1 编写于 作者: V Van

📝 exchange

上级 e7d582fd
...@@ -250,15 +250,20 @@ export default class Welcome extends React.Component { ...@@ -250,15 +250,20 @@ export default class Welcome extends React.Component {
<Typography variant="h5" component="h2"> <Typography variant="h5" component="h2">
<span className={classes.link} <span className={classes.link}
onClick={openURL.bind(this, onClick={openURL.bind(this,
'https://github.com/b3log/baidu-netdisk-downloaderx')}>前往 github</span> 'https://github.com/b3log/baidu-netdisk-downloaderx')}>前往 GitHub</span>
</Typography> </Typography>
</CardContent> </CardContent>
<CardActions> <CardActions>
<Button size="small" className={classes.ftOriginal} <Button
onClick={openURL.bind(this, className={classes.ftOriginal}
'https://hacpai.com/tag/bnd')}> size="small"
⚡️ onClick={this.share.bind(this)}
浏览 BND 相关讨论 >
<ShareIcon/>
分享 BND
<input className={classes.copyInput} ref={this.text}
readOnly="{true}"
value={this.state.shareText}/>
</Button> </Button>
</CardActions> </CardActions>
</Card> </Card>
...@@ -274,16 +279,11 @@ export default class Welcome extends React.Component { ...@@ -274,16 +279,11 @@ export default class Welcome extends React.Component {
</Typography> </Typography>
</CardContent> </CardContent>
<CardActions> <CardActions>
<Button <Button size="small" className={classes.ftOriginal}
className={classes.ftOriginal} onClick={openURL.bind(this,
size="small" 'https://hacpai.com/tag/bnd')}>
onClick={this.share.bind(this)} ⚡️
> 浏览 BND 相关讨论
<ShareIcon/>
分享 BND
<input className={classes.copyInput} ref={this.text}
readOnly="{true}"
value={this.state.shareText}/>
</Button> </Button>
</CardActions> </CardActions>
</Card> </Card>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册