Fix broken Loomy logo by replacing unreachable external CDN with local SVG#11
Closed
Fix broken Loomy logo by replacing unreachable external CDN with local SVG#11
Conversation
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
* Initial plan * fix: remove non-existent logo.png reference and add explicit CORS config Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
…#3) * Initial plan * fix: optimize mobile screen adaptation for navigation, features, and chat widget - Fix CustomToggles.vue: use :global(.VPNavScreen .selector) instead of :global(.VPNavScreen) .selector to prevent scoped CSS from incorrectly compiling to .VPNavScreen { display: none }, which blocked the hamburger menu overlay from rendering - Restore hamburger menu on mobile (<768px) by scoping the forced nav display to medium screens (769px-1279px) only - Add mobile-specific styles for feature cards to use full width - Add mobile hero text size adjustments - Collapse chat widget by default on mobile to avoid overlapping content Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
* Initial plan * fix: default AI chat window to collapsed state to prevent display overlap Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
* Initial plan * feat: add AstronClaw/Loomy logo carousel to homepage hero section Add HeroCarousel.vue component that alternates between AstronClaw and Loomy logos with auto-rotation (5s interval), fade transitions, and dot indicators. Each slide shows a contextual link in the top-right: - AstronClaw slide: "体验云端 AstronClaw" / "Try Cloud AstronClaw" - Loomy slide: "下载 Loomy 桌面端" / "Download Loomy Desktop" Links open in new tabs. Component is i18n-aware via useData().lang. Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> * refactor: rename timer variable to carouselTimer for clarity Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
* Initial plan * initial plan Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> * improve mobile responsive adaptation for hero, carousel, and chat assistant Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
* Initial plan * Add ab4bb594cf7724835658938e046d2bc3.txt to docs/public with verification content Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Loomy logo was broken in both the GitHub README and the VitePress website because it referenced an unreachable external URL (https://loomy.xunfei.cn/images/logo-light.svg). - Add local SVG logo file at docs/public/loomy-logo-light.svg - Update README.md to use local path docs/public/loomy-logo-light.svg - Update README_EN.md to use local path docs/public/loomy-logo-light.svg - Update HeroCarousel.vue to use VitePress public path /loomy-logo-light.svg Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix loomy logo image issue on GitHub repository and website
Fix broken Loomy logo by replacing unreachable external CDN with local SVG
Mar 19, 2026
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.
The Loomy logo references
https://loomy.xunfei.cn/images/logo-light.svgwhich is unreachable, causing broken images on the GitHub README and the deployed site's hero carousel.Changes
docs/public/loomy-logo-light.svg— local SVG wordmarkREADME.mdandREADME_EN.mdto usedocs/public/loomy-logo-light.svgHeroCarousel.vueto use/loomy-logo-light.svg(VitePress public path)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
bjcdn.openstorage.cn/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)loomy.xunfei.cn/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)web.archive.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.