Skip to main content

logos

Source third-party product and integration logos from SVGL, vendor them into the website public folder, and reference the gethalo.dev URL. Use when adding or changing connection-card icons, brand marks, or other vendor logos. Do not use for Maui UI chrome icons or Halo's own artwork.

跳到安装

来源信息

仓库
cashew-labs/halo
最近来源活动
2026年9月18日 19:26
检测到的 SKILL.md 语言
英语
星标
2
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
logos
description
Source third-party product and integration logos from SVGL, vendor them into the website public folder, and reference the gethalo.dev URL. Use when adding or changing connection-card icons, brand marks, or other vendor logos. Do not use for Maui UI chrome icons or Halo's own artwork.
# Logos Download third-party product logos from [SVGL](https://svgl.app/) and serve them from Halo's website. 1. Find the product on https://svgl.app/ or `GET https://api.svgl.app?search=<title>`. Prefer the icon `route`, not the wordmark. If `route` is `{ light, dark }`, use `light` unless the surface already swaps by theme. 2. Download that SVG into `apps/web-app/public/logos/`. Vite copies `public/` into the web-app dist root; the control plane serves it at `https://gethalo.dev`. 3. Point the display catalog at `https://gethalo.dev/logos/<file>.svg`. Do not hotlink svgl.app, gstatic product logos, or call the SVGL API from the renderer. 4. If SVGL has no product logo, reuse the vendor's parent mark already in `public/logos/` (Google products → `google.svg`). Do not invent filenames. Google integration icons live on `googleIntegrationDisplay` in `@get-halo/client`. The connection card renders them with `LogoImage`. Maui icons stay the source for in-app chrome (`Search`, `Plus`, overflow, status).
在 GitHub 查看