-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛fix: customize logo not display in About page and update DOCS about "deploymentName" #6732
Conversation
Fix customize logo not display in About page. Previously, custom icons were not displayed.
@bbbugg is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
👍 @bbbugg Thank you for raising your pull request and contributing to our Community |
我测试过了,加上“type={'flat'}”参数,无论ProductLogo返回CustomLogo还是LobeChat都能够正常显示。 @arvinxx |
I have tested it and added the "type={'flat'}" parameter, and it can be displayed normally whether ProductLogo returns CustomLogo or LobeChat. @arvinxx |
更新了文档中的内容:
|
Updated content in the document:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
那应该解决的问题是 CustomLogo 下的展示,不应该要求 type=flat 。flat 样式不是预期中的 |
The problem that should be solved is the display under CustomLogo, and type=flat should not be required. The flat style is not expected |
CustomLogo 里加了 switch (type) 的默认处理,不加 type=flat 也可以展示了 |
CustomLogo has added the default processing of switch (type) and can be displayed without type=flat. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6732 +/- ##
========================================
Coverage 91.34% 91.34%
========================================
Files 729 729
Lines 68673 68673
Branches 4840 4640 -200
========================================
Hits 62728 62728
Misses 5945 5945
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
self-hosting/advanced/model-list
#6469).📝 补充信息 | Additional Information