Merged
Conversation
MCP Server 已从启动流程中移除,但 API Server 仍通过代理函数 尝试连接,导致必定 503。注释掉旧代理逻辑,改为返回离线状态。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
后端返回的 config 不含 web_live2d 等前端专有字段, 直接赋值导致模板访问 undefined 属性崩溃。 改为 deepMerge 合并,保留默认值中的前端专有字段。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
1 修复了技能工坊上部的503问题
2 修复了终端设置一片空白的问题