Skip to content

Commit

Permalink
fix: 修复官网帮助中心英文页面头部导航缺失问题
Browse files Browse the repository at this point in the history
  • Loading branch information
spylecym committed Apr 28, 2024
1 parent ca490f3 commit 2bd8199
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions public/site/en/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
>
<a
class="txt-4001418 txt-sub"
href="../en/privacy.html" target="_blank"
>Privacy Policy</a
href="../en/help.html"
>Help Center</a
>
</li>

Expand All @@ -91,10 +91,13 @@
>
<a
class="txt-4001418 txt-sub"
href="../en/help.html"
>Help Center</a
href="../en/privacy.html" target="_blank"
>Privacy Policy</a
>
</li>
<li class="submenu-pop-item" onclick="changeMenu()">
<a class="txt-4001418 txt-sub" href="../../docs/index.html" target="_blank">API document</a>
</li>
</ol>
</li>
<li class="nav-ul-item">
Expand Down Expand Up @@ -429,17 +432,20 @@ <h5 class="txt-4001620 help-h5 mb-16">Files</h5>
<li class="drawer-item" onclick="changeMenu()">
<a
class="txt-4001620 txt"
href="../en/privacy.html" target="_blank"
>Privacy Policy</a
href="../en/help.html"
>Help Center</a
>
</li>
<li class="drawer-item" onclick="changeMenu()">
<a
class="txt-4001620 txt"
href="../en/help.html"
>Help Center</a
href="../en/privacy.html" target="_blank"
>Privacy Policy</a
>
</li>
<li class="drawer-item" onclick="changeMenu()">
<a class="txt-4001620 txt" href="../../docs/index.html" target="_blank">API document</a>
</li>
</ol>
<div class="drawer-item" onclick="closeDraweHandle()">
<a class="txt-4001620 txt" href="../en/price.html"
Expand Down

0 comments on commit 2bd8199

Please sign in to comment.