()
| 781 | </Button> |
| 782 | <Button |
| 783 | onClick={async () => { |
| 784 | let content = ''; |
| 785 | for (let i = 0; i < selectedKeys.length; i++) { |
| 786 | content += 'sk-' + selectedKeys[i].key + '\n'; |
| 787 | } |
| 788 | await copyText(content); |
| 789 | Modal.destroyAll(); |
| 790 | }} |
| 791 | > |
| 792 | {t('仅密钥')} |
| 793 | </Button> |
nothing calls this directly
no test coverage detected