Skip to content

Commit

Permalink
fix(common): optimize bind text
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 5, 2021
1 parent 26621aa commit c654d66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/plugin-common/src/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ template.set('callme', {

template.set('bind', {
'generated-1': [
'请在 5 分钟内使用你的账号在要绑定的平台内向机器人发送以下文本:',
'bind 指令可用于在多个平台间绑定用户数据。绑定过程中,源平台的用户数据将完全保留,而目标平台的用户数据将被源平台的数据所覆盖。',
'请确认当前平台是你的目标平台,并在 5 分钟内使用你的账号在源平台内向机器人发送以下文本:',
'{0}',
'注意:每个账号只能绑定到每个平台一次,此操作将会抹去你当前平台上的数据,请谨慎操作!',
].join('\n'),
'generated-2': [
'令牌核验成功!下面将进行第二步操作。',
'请在 5 分钟内使用你的账号在之前的平台内向机器人发送以下文本:',
'请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本:',
'{0}',
'注意:当前平台是你的源平台,这里的用户数据将完全保留,而目标平台的用户数据将被覆盖,请谨慎操作!',
].join('\n'),
'failed': '账号绑定失败:你已经绑定过该平台。',
'success': '账号绑定成功!',
Expand Down

0 comments on commit c654d66

Please sign in to comment.