官网开发 0810-v2
This commit is contained in:
@@ -43,7 +43,7 @@ const wechatHover = ref(false);
|
||||
<a v-if="footer?.contact_phone" :href="`tel:${footer.contact_phone}`" class="hover:text-primary transition-colors">
|
||||
{{ footer.contact_phone }}
|
||||
</a>
|
||||
<a v-if="footer?.contact_email" :href="`mailto:${footer.contact_email}`" class="hover:text-primary transition-colors">
|
||||
<a v-if="footer?.contact_email" :href="`mailto:${footer.contact_email}`" class="text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors">
|
||||
{{ footer.contact_email }}
|
||||
</a>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@ const wechatHover = ref(false);
|
||||
{{ footer?.copyright_text || t('footer.copyright', { year: currentYear }) }}
|
||||
</p>
|
||||
<div class="flex flex-wrap items-center gap-16px text-xs text-gray-400 dark:text-gray-500">
|
||||
<span v-if="footer?.icp_number">{{ footer.icp_number }}</span>
|
||||
<a v-if="footer?.icp_number" href="https://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer" class="text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors">{{ footer.icp_number }}</a>
|
||||
<span v-if="footer?.police_number">{{ footer.police_number }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user