BlogFooter.vue 253 B

123456789101112
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <div class="footer">
  5. <p>&copy;疯淋小绽&nbsp;2025<br><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">冀ICP备2024057654号-2</a></p>
  6. </div>
  7. </template>
  8. <style scoped>
  9. </style>