Skip to content

Commit

Permalink
Merge pull request arcxingye#66 from zjkwdy/main
Browse files Browse the repository at this point in the history
修复排行榜返回地址错误
  • Loading branch information
arcxingye authored Jan 27, 2022
2 parents 71a08a6 + 7144fbf commit 3308db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rank.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
?>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="./index.html">返回</a></li>
<li class="breadcrumb-item"><a href="./">返回</a></li>
<li class="breadcrumb-item"><a href="https://www.thac.cc/game/index.php">更多游戏</a></li>
</ol>
</nav>
Expand Down

0 comments on commit 3308db2

Please sign in to comment.