未验证 提交 82c1d9cd 编写于 作者: L Liang Ding

💬 调整文案

上级 51384e1c
......@@ -37,10 +37,10 @@ const createWindow = () => {
const createMenu = () => {
const template = [
{
label: 'View',
label: '选项',
submenu: [
{
label: 'About BND2',
label: 'BND2 项目主页',
click () {
require('electron').
shell.
......@@ -89,4 +89,4 @@ app.on('activate', function () {
createWindow()
createMenu()
}
})
\ No newline at end of file
})
......@@ -43,6 +43,8 @@ export default class Donate extends React.Component {
<span className={classes.link}
onClick={this.openGithub.bind(this,
'https://github.com/b3log/gulu')}>Gulu</span>&nbsp;等一系列开源项目。随着项目规模的增长,我们需要有相应的资金支持才能持续项目的维护和开发
<br/><br/>
如果你觉得 BND2 还算好用可通过支付宝对我们进行赞助支持非常感谢
<br/><br/><br/><br/>
<Button className={classes.ftOriginal}
color='primary'
......@@ -66,4 +68,4 @@ export default class Donate extends React.Component {
Donate.propTypes = {
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.
先完成此消息的编辑!
想要评论请 注册