update api detail style

This commit is contained in:
thanatos
2021-09-28 11:39:45 +08:00
parent a2b41fdcf8
commit eccb9609ac
+5 -1
View File
@@ -100,7 +100,7 @@
<pre><code><?php echo $api->paramsExample ?></code></pre>
<?php endif;?>
<?php if($api->response): ?>
<h3><?php echo $lang->api->responseExample; ?></h3>
<h3><?php echo $lang->api->response; ?></h3>
<table class="table">
<thead>
<tr>
@@ -120,6 +120,10 @@
</tbody>
</table>
<?php endif; ?>
<?php if($api->responseExample): ?>
<h3><?php echo $lang->api->responseExample ?></h3>
<pre><code><?php echo $api->responseExample ?></code></pre>
<?php endif;?>
</div>
</div>
<!-- 历史记录 -->