更新Token列表

This commit is contained in:
icret
2021-05-04 22:49:28 +08:00
parent e0ad9f1670
commit 6b2d96e7c9
2 changed files with 21 additions and 6 deletions

View File

@@ -127,6 +127,22 @@ if (!is_online()) {
</button>
</form>
</div>
<div class="col-md-4">
<table class="table table-hover table-bordered table-condensed table-responsive">
<thead>
<tr>
<th>当前可用Token列表</th>
</tr>
</thead>
<tbody>
<?php
$key = count($tokenList);
for ($x = 0; $x < $key; $x++) {
echo '<tr><td>' . $tokenList[$x] . '</td></tr>';
} ?>
</tbody>
</table>
</div>
<!-- API上传测试
<div class="col-md-4">