Skip to content

Commit ff373a6

Browse files
committed
feat: update footer open source links to advanced-java, leetcode, md and fix EN text
1 parent 8a36866 commit ff373a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ const prefix = locale === "en" ? "/en" : "";
3636
<div>
3737
<h4 class="text-xs font-semibold text-text-muted uppercase tracking-wider mb-2.5 sm:mb-3">{locale === "en" ? "Open Source" : "开源社区"}</h4>
3838
<ul class="space-y-2 text-sm">
39+
<li><a href="https://github.com/doocs/advanced-java" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">{locale === "en" ? "Java Advanced" : "Java 进阶"}</a></li>
3940
<li><a href="https://github.com/doocs/leetcode" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">LeetCode</a></li>
40-
<li><a href="https://github.com/doocs/md" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">{locale === "en" ? "Markdown Guide" : "Markdown 语法"}</a></li>
41-
<li><a href="https://github.com/yanglbme" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">@yanglbme</a></li>
41+
<li><a href="https://github.com/doocs/md" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">{locale === "en" ? "Markdown" : "MD"}</a></li>
4242
</ul>
4343
</div>
4444
<!-- More -->
@@ -67,7 +67,7 @@ const prefix = locale === "en" ? "/en" : "";
6767
<!-- Bottom -->
6868
<div class="flex flex-col sm:flex-row items-center justify-between gap-3 text-xs text-text-muted">
6969
<p class="text-center sm:text-left">
70-
Doocs 开源社区 · {locale === "en" ? "Extracting real signals from the AI noise" : "不做信息搬运工,只做有价值的筛选和分析"}
70+
Doocs {locale === "en" ? "Open Source" : "开源社区"} · {locale === "en" ? "Extracting real signals from the AI noise" : "不做信息搬运工,只做有价值的筛选和分析"}
7171
</p>
7272
<p>
7373
Copyright &copy; <span id="footer-year"></span> <a href="https://github.com/doocs" class="text-accent-light no-underline hover:underline" target="_blank" rel="noopener">Doocs</a>

0 commit comments

Comments
 (0)