inleft
2024-05-18 57e3bead08715d72efaeffe90fafa179b8366473
src/components/mini/box1-info.vue
@@ -12,6 +12,10 @@
            <router-link to="/findMe">
               <a-icon type="environment" />{{location}}
            </router-link>
            <a :href="feed" target="_blank" class="no-underline">
               <a-icon type="customer-service"  />RSS
               <!-- <a-icon type="customer-service"  theme="twoTone" two-tone-color="#ffaa00"/>RSS -->
            </a>
         </span>
      </div>
@@ -30,7 +34,8 @@
            avatar: "http://t.inleft.com/share/media_photo/xigong.png",
            name: "inleft",
            sentence: "十里寒塘路,烟花一半醒",
            location: "广州"
            location: "广州",
            feed: "/api/feed"
         }
      },
      created() {
@@ -76,7 +81,7 @@
   }
</style>
<style lang="less" scoped>
   a:hover::after {
   .blog-avatar a:hover::after {
      left: -50%;
   }
</style>