feat: early preference support configure prefix#3584
Merged
Conversation
|
This PR is being deployed to Railway 🚅 core: ◻️ REMOVED |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3584 +/- ##
=======================================
Coverage 56.01% 56.02%
=======================================
Files 1490 1490
Lines 91262 91315 +53
Branches 18716 18736 +20
=======================================
+ Hits 51124 51161 +37
- Misses 33279 33293 +14
- Partials 6859 6861 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
erha19
requested changes
Apr 24, 2024
Contributor
|
/next |
Contributor
|
🎉 PR Next publish successful! |
erha19
approved these changes
Apr 25, 2024
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.
Types
Background or solution
现在有 AI 模式和非 AI 模式两种,AI 模式的主题是不一样的,所以不希望 AI 模式的主题存到 localStorage 中被非 AI 模式读取到
Changelog