diff --git a/src/infrastructure/widgets.js b/src/infrastructure/widgets.js index af6279a..e40c49d 100644 --- a/src/infrastructure/widgets.js +++ b/src/infrastructure/widgets.js @@ -85,7 +85,7 @@ class LoginPopupSelf extends Component { sha256_hex(token_phrase + 'hole' + new Date().toDateString(), 16) .then((token) => sha256_hex(token + 'hole', 16)) - .then((token_hash) => copy(`|${token_hash}|\n\n随便写点内容以免被当成垃圾邮件`)); + .then((token_hash) => copy(`|${token_hash}|`)); this.setState({already_copy: true}); } @@ -136,7 +136,7 @@ class LoginPopupSelf extends Component { <>