소스 검색

docs:移除底部 GitHub链接

- 删除了 footer-links.vue 文件中的 GitHub 链接
- 移除了 Go-NuNu 相关的内容
fusu 1 개월 전
부모
커밋
dfc491dd23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/components/footer-links.vue

+ 1 - 1
web/src/components/footer-links.vue

@@ -7,5 +7,5 @@ defineOptions({
 </script>
 
 <template>
-  <a decoration-none href="https://github.com/go-nunu/nunu" target="_blank"><GithubOutlined style="margin-right: 5px"/>Go-NuNu</a>
+
 </template>