Parcourir la source

Update Home.vue

liuziting il y a 7 mois
Parent
commit
c67a5fac3f
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/Home.vue

+ 3 - 1
src/views/Home.vue

@@ -182,7 +182,9 @@
 
         <!-- 底部 -->
         <footer class="bg-white border-2 border-black mx-4 mb-4 rounded-lg p-4 text-center">
-            <p class="text-sm text-gray-600">© 2025 一饭封神 | Made with ❤️ and 🤖</p>
+            <p class="text-sm text-gray-600">
+                © 2025 一饭封神 | <a href="https://github.com/liu-ziting/" target="_blank" class="text-retro-blue hover:underline">Powered by Liuziting</a>
+            </p>
         </footer>
     </div>
 </template>