fix(website): replace made-up brand icon with the official Yuque logo#77
Merged
Conversation
The nav/footer logo mark and the favicon were hand-drawn placeholder shapes (a generic flag and a chat bubble), not the Yuque brand mark. - Add the official Yuque app icon SVG (sourced from yuque.com's own favicon asset) as src/assets/yuque-logo.svg; Nav and Footer now render it via <img> instead of inline fake paths - logoMark keeps its 28px rounded frame but drops the solid green background — the official icon carries its own gradient - Replace public/favicon.svg and favicon.png with the official assets, and declare the SVG favicon with PNG fallback in index.html Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
chen201724
added a commit
that referenced
this pull request
Jul 15, 2026
- README.md is now the English version; Chinese moves to README.zh-CN.md (matching the yuque-mcp-server convention); language-switch links updated on both sides - Hero screenshot re-captured from a local build that includes the official Yuque logo (#77) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
The website's brand mark was not the Yuque logo — the nav/footer showed a hand-drawn generic flag shape, and the favicon was a hand-drawn chat bubble. This PR replaces every occurrence with the official Yuque app icon.
website/src/assets/yuque-logo.svg— the official Yuque app icon (green gradient + white bird), sourced from yuque.com's own favicon asset (vector, 8 KB).<img>referencing the official asset; the 28px roundedlogoMarkframe is kept, its solid green background dropped (the official icon carries its own gradient).public/favicon.svgandpublic/favicon.pngreplaced with the official assets;index.htmlnow declares the SVG favicon with PNG fallback.Verified with a local production build (
npm run build --workspace website+ static serve at the/yuque-ecosystem/base path): header and footer both render the official mark, favicon links resolve,eslintpasses.Note: the README hero screenshot in #76 still shows the old navbar icon; once this merges I can refresh that image in one command.
Related Issues
N/A
Type of Change
Affected Area
Checklist
🤖 Generated with Claude Code