[PR #217] [MERGED] fix: robot emoji #22378

Closed
opened 2026-02-21 20:18:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/217
Author: @yuhao1118
Created: 5/26/2023
Status: Merged
Merged: 5/26/2023
Merged by: @crazywoola

Base: mainHead: fix/robot-emoji


📝 Commits (2)

  • 4b05800 fix: emoji display
  • dcb8321 fix: text generation app using iogo from siteinfo

📊 Changes

6 files changed (+8 additions, -36 deletions)

View changed files

📝 web/app/(commonLayout)/apps/NewAppDialog.tsx (+2 -2)
📝 web/app/components/base/app-icon/index.tsx (+1 -1)
📝 web/app/components/explore/create-app-modal/index.tsx (+2 -2)
web/app/components/share/text-generation/icons/app-icon.svg (+0 -22)
📝 web/app/components/share/text-generation/index.tsx (+3 -2)
📝 web/app/components/share/text-generation/style.module.css (+0 -7)

📄 Description

  • My macOS cannot display the default "robot" logo. I found that the emoji used is different (even though it looks the same visually). So I added the following improvements. It's best to test it on other operating systems before merging the code.
  • For "text generation" applications, use the logo information in siteInfo instead of hardcoding the logo.

Before

image image

After

image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/217 **Author:** [@yuhao1118](https://github.com/yuhao1118) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/26/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/robot-emoji` --- ### 📝 Commits (2) - [`4b05800`](https://github.com/langgenius/dify/commit/4b05800ee142bf478c7c58c4485f79fe4c28ee81) fix: emoji display - [`dcb8321`](https://github.com/langgenius/dify/commit/dcb83215abcedc9fec9139c795d1767a9789b3d3) fix: text generation app using iogo from siteinfo ### 📊 Changes **6 files changed** (+8 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/apps/NewAppDialog.tsx` (+2 -2) 📝 `web/app/components/base/app-icon/index.tsx` (+1 -1) 📝 `web/app/components/explore/create-app-modal/index.tsx` (+2 -2) ➖ `web/app/components/share/text-generation/icons/app-icon.svg` (+0 -22) 📝 `web/app/components/share/text-generation/index.tsx` (+3 -2) 📝 `web/app/components/share/text-generation/style.module.css` (+0 -7) </details> ### 📄 Description - My macOS cannot display the default "robot" logo. I found that the emoji used is different (even though it looks the same visually). So I added the following improvements. It's best to test it on other operating systems before merging the code. - For "text generation" applications, use the logo information in siteInfo instead of hardcoding the logo. # Before <img width="894" alt="image" src="https://github.com/langgenius/dify/assets/26663836/877c5899-aefc-4468-9dc6-bab20ab6c395"> <img width="240" alt="image" src="https://github.com/langgenius/dify/assets/26663836/378d7385-a690-4f44-89bd-a9e608e56c0d"> # After <img width="827" alt="image" src="https://github.com/langgenius/dify/assets/26663836/83d99377-418f-4d2a-83cd-f2678d3b46d4"> <img width="171" alt="image" src="https://github.com/langgenius/dify/assets/26663836/c7de47e8-7dc4-4776-9ba7-6fd17c438736"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:50 -05:00
yindo closed this issue 2026-02-21 20:18:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22378