feat(docs): replace logo with SVG and update navigation styling

- Replace PNG logo with high-definition SVG version for better quality and scalability
- Update navigation to use logo image instead of text title for improved branding
- Add custom styling for logo display in navigation bar
- Exclude navigation logo from automatic image styling rules
- Update sitemap timestamps to reflect recent changes
This commit is contained in:
sanbuphy
2026-03-18 14:30:37 +08:00
parent c8b68e5139
commit 6b9e0fbf1d
7 changed files with 62 additions and 21 deletions
+1
View File
@@ -1787,6 +1787,7 @@ export default {
}
const applyImageStyle = (img) => {
if (img.classList.contains('nav-title-logo')) return
const { naturalWidth, naturalHeight } = img
if (!naturalWidth || !naturalHeight) return