Browse Source

change text

dev
xmcp 6 years ago
parent
commit
02aff7ba99
  1. 2
      src/Config.js
  2. 5
      src/Title.js
  3. 2
      src/UserAction.js

2
src/Config.js

@ -3,7 +3,7 @@ import React, {Component, PureComponent} from 'react';
import './Config.css';
const BUILTIN_IMGS={
'static/bg/gbp.jpg': '追逐繁星(默认)',
'static/bg/gbp.jpg': '寻觅繁星(默认)',
'static/bg/eriri.jpg': '平成著名画师',
'static/bg/yurucamp.jpg': '露营天下第一',
'static/bg/minecraft.jpg': '麦恩·库拉夫特',

5
src/Title.js

@ -23,8 +23,9 @@ const HELP_TEXT=(
<p>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&nbsp;
<a href="https://www.gnu.org/licenses/gpl-3.0.zh-cn.html" target="_blank">GNU General Public License</a>
&nbsp;for more details.
</p>
</div>
);

2
src/UserAction.js

@ -215,7 +215,7 @@ export class LoginForm extends Component {
</p>
<p>
<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} />
</p>
</div> :
<div>

Loading…
Cancel
Save