fix: ...
This commit is contained in:
parent
b3bec5f09d
commit
e9dd96a620
@ -77,7 +77,12 @@ const footerLinks = [
|
||||
<div class="flex items-center gap-6">
|
||||
<a href="#" class="text-xs text-indigo-200/40 hover:text-indigo-200/70 transition-colors duration-200 cursor-pointer">隐私政策</a>
|
||||
<a href="#" class="text-xs text-indigo-200/40 hover:text-indigo-200/70 transition-colors duration-200 cursor-pointer">服务条款</a>
|
||||
<a href="#" class="text-xs text-indigo-200/40 hover:text-indigo-200/70 transition-colors duration-200 cursor-pointer">ICP 备案</a>
|
||||
<a
|
||||
href="https://beian.mps.gov.cn/#/query/webSearch"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-xs text-indigo-200/40 hover:text-indigo-200/70 transition-colors duration-200 cursor-pointer"
|
||||
>蜀ICP备2026014928号</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -21,8 +21,8 @@ import FooterSectionNew from '@/components/new/FooterSectionNew.vue'
|
||||
<AdminSectionNew />
|
||||
<TechSectionNew />
|
||||
<StatsSectionNew />
|
||||
<TestimonialSectionNew />
|
||||
<CtaSectionNew />
|
||||
<!-- <TestimonialSectionNew /> -->
|
||||
<!-- <CtaSectionNew /> -->
|
||||
</main>
|
||||
<FooterSectionNew />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user