From 62c43b621ac2e0dbaa0f8ddadeab1168fc016baa Mon Sep 17 00:00:00 2001 From: Xubin Ren <52506698+Re-bin@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:24:36 +0800 Subject: [PATCH] feat(apps): add ArcGIS and Joplin logos --- nanobot/apps/cli/service.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nanobot/apps/cli/service.py b/nanobot/apps/cli/service.py index eeaa040df..b0ed09376 100644 --- a/nanobot/apps/cli/service.py +++ b/nanobot/apps/cli/service.py @@ -95,6 +95,8 @@ class CliAppsRuntimeConfig: _BRANDS: dict[str, tuple[str, str]] = { "1password-cli": ("1password", "#3B66BC"), + "arcgis": ("arcgis", "#2C7AC3"), + "arcgis-pro": ("arcgis", "#2C7AC3"), "audacity": ("audacity", "#0000CC"), "blender": ("blender", "#E87D0D"), "browser": ("googlechrome", "#4285F4"), @@ -116,6 +118,7 @@ _BRANDS: dict[str, tuple[str, str]] = { "intelwatch": ("intel", "#0071C5"), "iterm2": ("iterm2", "#000000"), "jimeng": ("bytedance", "#3C8CFF"), + "joplin": ("joplin", "#1071D3"), "kdenlive": ("kdenlive", "#527EB2"), "krita": ("krita", "#3BABFF"), "libreoffice": ("libreoffice", "#18A303"),