Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Oct 19, 2024
1 parent ebf9e04 commit d6e2a4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<div class="container">
<h1>展讯在线签名</h1>
<nav>
<a href="avbtool">AVB Tool</a>
<a href="legacy">Legacy</a>
<a id="link_a" href="#">AVB Tool</a>
<a id="link_b" href="#">Legacy</a>
</nav>
</div>
<script>
Expand Down Expand Up @@ -135,6 +135,9 @@ <h1>展讯在线签名</h1>
} else if (!isBlobDownloadSupported()) {
showDialog("Your browser does not support Blob download.");
}

document.getElementById("link_a").href = window.location.href + '/' + 'avbtool';
document.getElementById("link_b").href = window.location.href + '/' + 'legacy';
</script>
</body>
</html>

0 comments on commit d6e2a4a

Please sign in to comment.