fix:微调链接和翻译

This commit is contained in:
gwokwong 2023-07-11 20:02:54 +08:00
parent c2215452d6
commit abfcc1020f
2 changed files with 8 additions and 8 deletions

View File

@ -20,11 +20,11 @@
</div> </div>
<div class="content"> <div class="content">
<p>If you have any questions, please feel free to contact us using the following methods.</p> <p>If you have any questions, please feel free to contact us using the following methods.</p>
<p>landline telephone:0771-3164099</p> <p>Landline Telephone0771-3164099</p>
<p>Email Address:service@hitosea.com</p> <p>Email Addressservice@hitosea.com</p>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="BulletBox1Btn">make certain</div> <div class="BulletBox1Btn">OK</div>
</div> </div>
</div> </div>
<div id="layout"> <div id="layout">
@ -747,7 +747,7 @@
<script src="../js/common.js"> <script src="../js/common.js">
</script> </script>
<script> <script>
/* 价格卡片切换函数 */ /* 价格卡片切换函数 */
const tabs = document.querySelector('.price-card'); const tabs = document.querySelector('.price-card');
const tabItems = tabs.querySelectorAll('.price-card-item'); const tabItems = tabs.querySelectorAll('.price-card-item');
tabs.addEventListener('click', function (event) { tabs.addEventListener('click', function (event) {
@ -780,4 +780,4 @@
box.style.display = 'none' box.style.display = 'none'
}) })
</script> </script>
</html> </html>

View File

@ -426,7 +426,7 @@
<h4 class="plans-ul-t-item-h4"></h4> <h4 class="plans-ul-t-item-h4"></h4>
<div class="plans-ul-t-item-h4"> <div class="plans-ul-t-item-h4">
<span class="plans-ul-b-item-btn"> <span class="plans-ul-b-item-btn">
<a href="https://www.dootask.com/manage/dashboard" target="_blank"> <button class="btn btn-primary">开始使用</button> </a> <a href="https://github.com/kuaifan/dootask/tree/pro" target="_blank"> <button class="btn btn-primary">开始使用</button> </a>
</span> </span>
</div> </div>
<div class="plans-ul-t-item-h4"> <div class="plans-ul-t-item-h4">
@ -746,7 +746,7 @@
</body> </body>
<script src="../js/common.js"></script> <script src="../js/common.js"></script>
<script> <script>
/* 价格卡片切换函数 */ /* 价格卡片切换函数 */
const tabs = document.querySelector('.price-card'); const tabs = document.querySelector('.price-card');
const tabItems = tabs.querySelectorAll('.price-card-item'); const tabItems = tabs.querySelectorAll('.price-card-item');
tabs.addEventListener('click', function (event) { tabs.addEventListener('click', function (event) {
@ -779,4 +779,4 @@
box.style.display = 'none' box.style.display = 'none'
}) })
</script> </script>
</html> </html>