change text
This commit is contained in:
@@ -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': '麦恩·库拉夫特',
|
||||||
|
|||||||
@@ -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
|
||||||
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>
|
||||||
|
for more details.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user