()
| 1509 | |
| 1510 | // 批量验证Token |
| 1511 | async function handleBatchValidate() { |
| 1512 | const count = getEffectiveCount(); |
| 1513 | if (count === 0 || isBatchValidating) return; |
| 1514 | await runBatchValidateTask(buildBatchPayload(), count, '批量验证'); |
| 1515 | } |
| 1516 | |
| 1517 | // 查看账号详情 |
| 1518 | async function viewAccount(id) { |
nothing calls this directly
no test coverage detected