add api doc link

This commit is contained in:
Zichao Lin 2023-11-25 21:08:33 +08:00
parent ef1ca1c48c
commit a364269ddc
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -25,13 +25,16 @@ require("track.php");
<div class="top-wrap" style="position: absolute; top: 1vh;width: 100%;z-index: 999"> <div class="top-wrap" style="position: absolute; top: 1vh;width: 100%;z-index: 999">
<div class="container"> <div class="container">
<div class="row" style="margin-top: 30px;"> <div class="row" style="margin-top: 30px;">
<div class="col"> <div class="col" style="display: flex; align-items: center;">
<img src="./img/logo.png"> <img src="./img/logo.png">
</div> </div>
<div class="col"> <div class="col" style="display: flex; align-items: center; justify-content: flex-end;">
<div class="float-right" style="padding-top: 0px;"> <div class="float-right" style="margin: 10px;">
<a class="btn btn-primary btn-filled btn-xs" href="https://git.loliquq.cn/earthjasonlin/nows/issues/new?template=.github%2fISSUE_TEMPLATE%2fnew.yml">提交句子</a> <a class="btn btn-primary btn-filled btn-xs" href="https://git.loliquq.cn/earthjasonlin/nows/issues/new?template=.github%2fISSUE_TEMPLATE%2fnew.yml">提交句子</a>
</div> </div>
<div class="float-right" style="margin: 10px;">
<a class="btn btn-primary btn-filled btn-xs" href="https://git.loliquq.cn/earthjasonlin/nows/wiki">API文档</a>
</div>
</div> </div>
</div> </div>
</div> </div>