change text

This commit is contained in:
xmcp
2019-07-17 00:09:38 +08:00
parent c4fe464d81
commit 02aff7ba99
3 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -23,8 +23,9 @@ const HELP_TEXT=(
<p> <p>
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&nbsp;
GNU General Public License for more details. <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> </p>
</div> </div>
); );

View File

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