From b835a6e7ca588e3607534668154ae37118e4acc3 Mon Sep 17 00:00:00 2001 From: wangyanfu2 Date: Fri, 6 Mar 2026 10:18:21 +0800 Subject: [PATCH] feat(launcher): add favicon to web UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add favicon.svg matching the top-left logo style (rounded square with #6366f1→#a78bfa gradient and white 'P') - Link favicon in index.html --- cmd/picoclaw-launcher/internal/ui/favicon.svg | 14 ++++++++++++++ cmd/picoclaw-launcher/internal/ui/index.html | 1 + 2 files changed, 15 insertions(+) create mode 100644 cmd/picoclaw-launcher/internal/ui/favicon.svg diff --git a/cmd/picoclaw-launcher/internal/ui/favicon.svg b/cmd/picoclaw-launcher/internal/ui/favicon.svg new file mode 100644 index 000000000..881572061 --- /dev/null +++ b/cmd/picoclaw-launcher/internal/ui/favicon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + P + diff --git a/cmd/picoclaw-launcher/internal/ui/index.html b/cmd/picoclaw-launcher/internal/ui/index.html index 93893fd75..570de27ec 100644 --- a/cmd/picoclaw-launcher/internal/ui/index.html +++ b/cmd/picoclaw-launcher/internal/ui/index.html @@ -14,6 +14,7 @@ PicoClaw Config +