-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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: Fixed mobile web page navigation issue with inbox assistant #2693
Conversation
@RubuJam is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @RubuJam Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2693 +/- ##
=======================================
Coverage 93.95% 93.96%
=======================================
Files 388 388
Lines 24176 24176
Branches 1898 1799 -99
=======================================
+ Hits 22715 22716 +1
+ Misses 1461 1460 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
原理是啥?为啥会跳到 chat-preview? OFFICIAL_URL 不能改,也不能用环境变量。 |
What is the principle? Why jump to chat-preview? OFFICIAL_URL cannot be changed, nor can environment variables be used. |
@arvinxx 我上传了一个视频,另外我也还在了解原因 I uploaded a video, and I still know the reason |
@RubuJam 我试了下似乎只有 Safari 下有这个问题,Chrome 并不会跳到 preview |
@RubuJam I tried it and it seems that this problem only occurs under Safari. Chrome will not jump to preview. |
@arvinxx 那这个就很奇怪了 That’s weird |
@arvinxx Please review |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
目前已经恢复,我这边build是正常的 It has been restored and my build is normal @arvinxx Github出故障了,暂时无法构建 https://www.githubstatus.com/incidents/5yx1d67vq9hg Github server is down and temporarily unable to build |
❤️ Great PR @RubuJam ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.2.12](v1.2.11...v1.2.12) <sup>Released on **2024-07-07**</sup> #### 🐛 Bug Fixes - **misc**: Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fixed mobile web page navigation issue with inbox assistant, closes [#2693](#2693) ([4476a5e](4476a5e)) * **misc**: Support to disable clerk signup with feature flag, closes [#3126](#3126) ([4ead315](4ead315)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.2.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.45.8](v1.45.7...v1.45.8) <sup>Released on **2024-07-07**</sup> #### 🐛 Bug Fixes - **misc**: Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag. #### 💄 Styles - **misc**: Update deepseek max token. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fixed mobile web page navigation issue with inbox assistant, closes [lobehub#2693](https://github.com/bentwnghk/lobe-chat/issues/2693) ([4476a5e](4476a5e)) * **misc**: Support to disable clerk signup with feature flag, closes [lobehub#3126](https://github.com/bentwnghk/lobe-chat/issues/3126) ([4ead315](4ead315)) #### Styles * **misc**: Update deepseek max token, closes [lobehub#3143](https://github.com/bentwnghk/lobe-chat/issues/3143) ([4a241b9](4a241b9)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.2.12](lobehub/lobe-chat@v1.2.11...v1.2.12) <sup>Released on **2024-07-07**</sup> #### 🐛 Bug Fixes - **misc**: Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fixed mobile web page navigation issue with inbox assistant, closes [lobehub#2693](lobehub#2693) ([4476a5e](lobehub@4476a5e)) * **misc**: Support to disable clerk signup with feature flag, closes [lobehub#3126](lobehub#3126) ([4ead315](lobehub@4ead315)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.2.12](lobehub/lobe-chat@v1.2.11...v1.2.12) <sup>Released on **2024-07-07**</sup> #### 🐛 Bug Fixes - **misc**: Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fixed mobile web page navigation issue with inbox assistant, closes [lobehub#2693](lobehub#2693) ([4476a5e](lobehub@4476a5e)) * **misc**: Support to disable clerk signup with feature flag, closes [lobehub#3126](lobehub#3126) ([4ead315](lobehub@4ead315)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
修复移动设备通过
会话设置
打开默认助手
界面后,点击返回
跳转至错误页面A malfunction was identified in the
Default Assistant
interface, accessible viaSession Settings
on mobile devices. Upon clickingBack
, users were inadvertently directed to an unexpected web page.📝 补充信息 | Additional Information
此PR为临时举措,具体解决方案见#2633
This PR is a temporary measure. For a concrete solution, see #2633