Skip to content

Commit

Permalink
feat(appfooter.vue): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Sep 24, 2024
1 parent fcf9347 commit d449808
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@
<div class="lg:flex-none lg:w-1/2">
<h2 class="font-semibold text-gray-900">學習資源</h2>
<ul class="mt-3 space-y-2">
<li><a class="hover:text-gray-900" target="_blank" href="/wiki/#/browser">為什麼我要更新瀏覽器呢?</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="/wiki/#/internet">網際網路基礎觀念</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="/wiki/#/javascript">JavaScript 基礎教學(MDN)</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="/wiki/#/express.js">網際網路後端伺服器開發基礎(Express.js)</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="https://ncurl.xyz/s/zkF8zBgNg">
為什麼我要更新瀏覽器呢?
</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="https://ncurl.xyz/s/Eg2QzfgNg">
網際網路基礎觀念
</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="https://ncurl.xyz/s/b0AIBYTnR">
JavaScript 基礎教學(MDN)
</a></li>
<li><a class="hover:text-gray-900" target="_blank" href="https://ncurl.xyz/s/Wgy1zfgNg">
網際網路後端伺服器開發基礎(Express.js)
</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit d449808

Please sign in to comment.