fix: resolve 10 batch issues (retry of #1810, encoding fixed)#1815
Open
qiontoo wants to merge 20 commits into
Open
fix: resolve 10 batch issues (retry of #1810, encoding fixed)#1815qiontoo wants to merge 20 commits into
qiontoo wants to merge 20 commits into
Conversation
…acter corruption on Windows
…revent orphaned Chrome processes
…ze naive-ui to zhCN (EKKOLearnAI#1747)
…w stdout parser for skill count
…streaming messages on tab switch
…oved upon deletion
…m previous commits
…): fix EPIPE crash, PWA dark theme, and add set-default model/provider UI - fix(EKKOLearnAI#1749): ignore EPIPE errors in uncaughtException handler to prevent server crash when stdout pipe breaks (e.g. terminal closed while server runs) - fix(EKKOLearnAI#1743): sync PWA theme-color meta tag with active dark/light theme so that PWA title bar correctly reflects the user's in-app theme selection - fix(EKKOLearnAI#1811): add star icon button on each model tag to set it as the default model - fix(EKKOLearnAI#1812): add 'Set as default' button in ProviderCard actions to set the whole provider (with its first model) as default; button is hidden when already default All locale files updated with new translation keys.
760ec65 to
1c4c135
Compare
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.
This is a clean retry of #1810.
所有的中文乱码以及被错误编码破坏的代码都已用纯净的 UTF-8 (无 BOM) 重写并修复,10 个问题的改动已经完整保留并且不受影响。
此外本地已通过
pm run harness:check\ 和
pm run test\ 验证,没有任何编译或测试报错问题。
Closes #1749
Closes #1750
Closes #1691
Closes #1720
Closes #1755
Closes #1743
Closes #1747
Closes #1790
Closes #1803
Closes #1808