Files
llm-atlas/src/components/SiteFooter.astro
T
2026-07-28 23:32:14 +08:00

16 lines
690 B
Plaintext

<footer class="site-footer">
<div>
<a class="footer-mark" href="/">L/A</a>
<p>从第一性原理到 Kimi K3:一套持续更新、证据可追溯的中文 LLM 技术课程。</p>
</div>
<div class="footer-links">
<a href="/roadmap/">学习地图</a>
<a href="/moe/">MoE 专题</a>
<a href="/long-context/">长上下文专题</a>
<a href="/progress/">研究进度</a>
<a href="https://git.k1412.top/wuyang/llm-atlas" rel="noreferrer">开放源码</a>
<a href="https://github.com/MoonshotAI/Kimi-K3" rel="noreferrer">K3 官方报告</a>
</div>
<p class="footer-legal">代码 MIT · 原创内容 CC BY-SA 4.0 · 研究截止 2026-07-28</p>
</footer>