refactor: 首页底部cookie询问调整为只在英文页面显示

This commit is contained in:
2025-05-14 11:33:38 +08:00
parent ed7b5fed3f
commit ee15cd5453

View File

@@ -243,12 +243,14 @@
</div>
{/notempty}
<!-- 底部固定提示 -->
{eq name="Request.cookie.think_lang" value="en-us"}
<div class="oricofixd-info">
<div class="ofiinfo">We use cookies to ensure you get the best experience on our website. By
continuing to browse, you agree to our use of cookies.</div>
<div class="ofibt"><button>OK,got it!</button></div>
<div class="oficlose"><span class="close-btn">×</span></div>
</div>
{/eq}
</div>
</div>
{/block}