diff --git a/ICONS.md b/ICONS.md index f1a13861..f28a2b97 100644 --- a/ICONS.md +++ b/ICONS.md @@ -1027,7 +1027,7 @@ The best source for dashboard icons.<br /> | listmonk | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/listmonk.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/listmonk.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/listmonk.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/listmonk.webp" height="50" alt="listmonk"> | | littlelink-custom | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/littlelink-custom.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/littlelink-custom.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/littlelink-custom.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/littlelink-custom.webp" height="50" alt="littlelink-custom"> | | lnbits | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lnbits.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/lnbits.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/lnbits.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lnbits.webp" height="50" alt="lnbits"> | -| lobe-chat | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lobe-chat.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/lobe-chat.png">PNG</a> ❌ SVG | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lobe-chat.webp" height="50" alt="lobe-chat"> | +| lobe-chat | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lobe-chat.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/lobe-chat.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/lobe-chat.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lobe-chat.webp" height="50" alt="lobe-chat"> | | locals | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/locals.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/locals.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/locals.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/locals.webp" height="50" alt="locals"> | | locals-light | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/locals-light.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/locals-light.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/locals-light.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/locals-light.webp" height="50" alt="locals-light"> | | lodestone | ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lodestone.webp">WebP</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/lodestone.png">PNG</a> ✅ <a href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/lodestone.svg">SVG</a> | <img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/webp/lodestone.webp" height="50" alt="lodestone"> | diff --git a/meta/lobe-chat.json b/meta/lobe-chat.json index 4f556fed..1876a048 100644 --- a/meta/lobe-chat.json +++ b/meta/lobe-chat.json @@ -1,5 +1,5 @@ { - "base": "png", + "base": "svg", "aliases": [ "lobe-ai", "chatgpt-ui" @@ -8,10 +8,10 @@ "AI-&-LLM-Platforms" ], "update": { - "timestamp": "2025-01-07T17:54:03Z", + "timestamp": "2025-04-17T16:52:42.903330", "author": { - "id": 71191962, - "name": "walkxcode" + "id": 65860997, + "login": "xiaopeng-ye" } } } \ No newline at end of file diff --git a/metadata.json b/metadata.json index 0fd9f1df..7f724006 100644 --- a/metadata.json +++ b/metadata.json @@ -5868,7 +5868,7 @@ } }, "lobe-chat": { - "base": "png", + "base": "svg", "aliases": [ "lobe-ai", "chatgpt-ui" @@ -5877,10 +5877,10 @@ "AI-&-LLM-Platforms" ], "update": { - "timestamp": "2025-01-07T17:54:03Z", + "timestamp": "2025-04-17T16:52:42.903330", "author": { - "id": 71191962, - "name": "walkxcode" + "id": 65860997, + "login": "xiaopeng-ye" } } }, diff --git a/png/lobe-chat.png b/png/lobe-chat.png index 20b5bab6..59b71cd5 100644 Binary files a/png/lobe-chat.png and b/png/lobe-chat.png differ diff --git a/svg/lobe-chat.svg b/svg/lobe-chat.svg new file mode 100644 index 00000000..3fc837d0 --- /dev/null +++ b/svg/lobe-chat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="flex:0 0 auto;line-height:1" viewBox="8 0.01 175.61 191.99"><path d="M183.608 107.8c0 49.576-38.952 84.2-87.808 84.2C46.96 192 8 156.72 8 107.144 8 92.4 11.28 86.08 28.64 83.768c31.12-4.144 47.536-2.504 67.168-2.504 19.624 0 47.536-.832 67.16 2.504 16.056 2.736 19.656 5.68 20.64 24.032" fill="#FFB02E"/><path d="M95.64 153.672c-18.512 0-23.424 2.288-23.424 2.288s2.296 17.696 23.424 17.696 23.424-17.696 23.424-17.696-4.912-2.296-23.424-2.296z" fill="#972021"/><path d="M169.2 92.08c0 4.16-32.72 7.528-73.064 7.528-40.352 0-73.064-3.376-73.064-7.536s32.712-7.536 73.064-7.536 73.056 3.376 73.056 7.536z" fill="#FF6723"/><path d="M79.752 99.608c.416-9.808-.32-14.936-3.6-23.88 0 0 6.216-7.896 17.68-7.896 11.472 0 19.664 2 19.664 2-1.984 11.008-2.08 17.648-1.64 29.776H79.76z" fill="#FEE064"/><path d="M69.064 148.28c9.656-4.64 16.256-14.096 16.256-25.736 0-16.648-13.496-31.456-30.144-31.456s-30.8 12.84-30.8 29.488c0 9.168 4.296 17.568 10.92 23.28a36.8 36.8 0 0 1 13-2.312c8.32 0 15.776 2.616 20.768 6.736m53.48 0c-9.656-4.64-16.256-14.096-16.256-25.736 0-16.648 13.496-31.456 30.144-31.456s30.8 12.84 30.8 29.488c0 9.168-4.296 17.568-10.92 23.28a36.8 36.8 0 0 0-13-2.312c-8.32 0-15.776 2.616-20.768 6.736" fill="#fff"/><path d="M57.144 139.576a18.344 18.344 0 1 0 0-36.688 18.344 18.344 0 0 0 0 36.688m77.32 0a18.344 18.344 0 1 1 0-36.688 18.344 18.344 0 0 1 0 36.688" fill="#270C36"/><path d="M104.32 7.216c-9.192 0-12.776-7.536-26.864-7.2-15.328 0-22.28 8.512-29.816 15.064-1.28 1.12-7.536 4.592-10.48 5.896-12.896 5.736-22.608 14.088-22.608 26.544 0 13.568 11.44 24.568 25.552 24.568q3.488-.008 6.704-.848c5.696 6.904 14.528 10.912 24.424 11.336 15.4.656 20.32-10 29.16-5.576 6.064 3.04 9.064 5.576 18.672 5.576 11.216 0 16.424-3.44 19.656-7.208 5.904-6.88 14.992-2.624 20.64-2.624 12.304 0 22.28-9.536 22.28-21.296s-9.968-21.296-22.272-21.296c-3.376 0-9.736.832-11.144-4.584-2.296-8.848-13.2-19.008-28.832-19.008-6.104 0-11.592.656-15.072.656" fill="#A68AE2"/><path d="M45.352 8.2a6.224 6.224 0 1 1-12.456 0 6.224 6.224 0 0 1 12.456 0" fill="#7B61FF"/><path d="M37.488 65.536a10.48 10.48 0 1 1-20.968 0 10.48 10.48 0 0 1 20.96 0z" fill="#F24630"/><path d="M175.744 27.2a10.16 10.16 0 1 1-20.312 0 10.16 10.16 0 0 1 20.32 0z" fill="#7CEE1D"/><path d="M77.608 154.72c3.6-.544 9.304-1.048 18.032-1.048 8 0 13.464.424 17.088.912-1.016 3.84-8.496 5.312-17.576 5.312-8.976 0-16.4-1.44-17.544-5.176" fill="#fff"/><path d="M95.808 184.792c13.168 0 15.272-13.424 15.68-16.784.312-2.72-1.096-4.088-2.64-5.016-1.528-.928-6.144-1.792-13.04-1.792s-11.48.864-13.04 1.792c-1.568.928-2.984 2.304-2.64 5.016.408 3.36 2.512 16.784 15.68 16.784" fill="#F24630"/><path d="M103.472 79.776c-3.76-2.552-9.144-2.784-12.968-.344a32.8 32.8 0 0 1-17.632 5.104c-17.736 0-32.112-13.936-32.112-31.12s14.376-31.12 32.112-31.12c8.928 0 17.008 3.52 22.824 9.232 3.248 3.176 8.576 4.08 12.776 2.36a28 28 0 0 1 10.592-2.072c15.024 0 27.2 11.8 27.2 26.36s-12.184 26.36-27.2 26.36c-5.8 0-11.176-1.76-15.6-4.76z" fill="#F4B8CA"/><path d="M134.464 64.56a8.848 8.848 0 1 1-17.688 0 8.848 8.848 0 0 1 17.688 0" fill="#0C74FF"/></svg> \ No newline at end of file diff --git a/tree.json b/tree.json index cb3c6c2e..2726e8af 100644 --- a/tree.json +++ b/tree.json @@ -3042,6 +3042,7 @@ "listmonk.svg", "littlelink-custom.svg", "lnbits.svg", + "lobe-chat.svg", "locals-light.svg", "locals.svg", "lodestone.svg", diff --git a/webp/lobe-chat.webp b/webp/lobe-chat.webp index a9bf2491..64486fd9 100644 Binary files a/webp/lobe-chat.webp and b/webp/lobe-chat.webp differ