manual save(2026-01-22 16:03)

This commit is contained in:
SiteAgent Bot
2026-01-22 16:03:55 +08:00
parent 2fda84a220
commit 6a305f7242
3 changed files with 23 additions and 14 deletions

View File

@@ -68,9 +68,11 @@ export const Footer: React.FC = () => {
? 'News'
: n.id === 'learning'
? 'Learning'
: n.id === 'contact'
? 'Contact'
: n.label
: n.id === 'assistant'
? 'AI Assistant'
: n.id === 'contact'
? 'Contact'
: n.label
: n.label}
</Link>
</li>