fix(web): Footer ‘资源/文档’ 链接改为 GitHub 主 README(https://github.com/tinkle-community/nofx/blob/main/README.md)

This commit is contained in:
Ember
2025-11-02 01:57:50 +08:00
parent 1de95510c0
commit f53559ce59
+1 -1
View File
@@ -29,7 +29,7 @@ export default function FooterSection() {
<div>
<h3 className="text-sm font-semibold mb-3" style={{ color: '#EAECEF' }}></h3>
<ul className="space-y-2 text-sm" style={{ color: '#848E9C' }}>
<li><a className="hover:text-[#F0B90B]" href="/README.zh-CN.md" target="_blank" rel="noopener noreferrer"></a></li>
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/blob/main/README.md" target="_blank" rel="noopener noreferrer"></a></li>
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/issues" target="_blank" rel="noopener noreferrer">Issues</a></li>
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/pulls" target="_blank" rel="noopener noreferrer">Pull Requests</a></li>
</ul>