fix: support older browsers for share page (#6903)#6904
Merged
c121914yu merged 4 commits intolabring:v4.14.xfrom May 9, 2026
Merged
fix: support older browsers for share page (#6903)#6904c121914yu merged 4 commits intolabring:v4.14.xfrom
c121914yu merged 4 commits intolabring:v4.14.xfrom
Conversation
* fix: support older browsers for share page * chore: remove local compatibility note
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @fastgpt/app build target configuration to improve compatibility with older browsers when rendering the share page.
Changes:
- Add an explicit
browserslisttarget matrix to the app’spackage.jsonto control browser compatibility targets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+11
| "browserslist": [ | ||
| "Chrome >= 80", | ||
| "Edge >= 80", | ||
| "Firefox >= 74", | ||
| "Safari >= 13", | ||
| "ios_saf >= 13" | ||
| ], |
|
✅ Build Successful - Preview mcp_server Image for this PR: 🕒 Time: 2026-05-09 15:42:54 (UTC+8) |
|
✅ Build Successful - Preview code-sandbox Image for this PR: 🕒 Time: 2026-05-09 15:41:55 (UTC+8) |
|
✅ Build Successful - Preview fastgpt Image for this PR: 🕒 Time: 2026-05-09 15:43:03 (UTC+8) |
Coverage Report
File CoverageNo changed files found. |
|
✅ Docs Preview Deployed! 🔗 👀 Click here to visit preview 🕒 Time: 2026-05-09 15:38:15 (UTC+8) |
|
✅ Admin Preview Image Ready! 🕒 Time: 2026-05-09 15:43:25 (UTC+8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: support older browsers for share page
chore: remove local compatibility note