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

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	bnd2/react/src/pages/welcome.js
...@@ -250,20 +250,15 @@ export default class Welcome extends React.Component { ...@@ -250,20 +250,15 @@ 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 <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>
...@@ -275,27 +270,26 @@ export default class Welcome extends React.Component { ...@@ -275,27 +270,26 @@ export default class Welcome extends React.Component {
<Typography variant="h5" className={classes.link} <Typography variant="h5" className={classes.link}
component="h2" onClick={openURL.bind(this, component="h2" onClick={openURL.bind(this,
'http://hacpai.com')}> 'http://hacpai.com')}>
B3log 社区 黑客派社区
</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>
</div> </div>
<Card style={{display: this.state.showB3log}}> <Card style={{display: this.state.showB3log}}>
<CardContent>
<Typography color="textSecondary">
B3log 社区动态
</Typography>
</CardContent>
<Divider/>
<Table className={classes.ftOriginal}> <Table className={classes.ftOriginal}>
<TableBody> <TableBody>
{ {
...@@ -360,4 +354,4 @@ export default class Welcome extends React.Component { ...@@ -360,4 +354,4 @@ export default class Welcome extends React.Component {
Welcome.propTypes = { Welcome.propTypes = {
classes: PropTypes.object.isRequired, classes: PropTypes.object.isRequired,
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册