feat(frontend): 网关/本地模式配置 UI 与登录跳过 emit;Windows UTF-8 开发/日志修复#313
Open
Tz-WIND wants to merge 6 commits intoRTGS2017:mainfrom
Open
feat(frontend): 网关/本地模式配置 UI 与登录跳过 emit;Windows UTF-8 开发/日志修复#313Tz-WIND wants to merge 6 commits intoRTGS2017:mainfrom
Tz-WIND wants to merge 6 commits intoRTGS2017:mainfrom
Conversation
Replaced '使用开源版本' with '直接进入' in the skip login option.
Updated ConfigView.vue to enhance configuration options for NagaModel and local modes, including improved connection status indicators and input handling.
Refactor MemoryView.vue to streamline API configuration handling and improve user feedback for NagaModel gateway connections.
Collaborator
该实现可能无需 等待 @RTGS2017 查看 |
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.
摘要
修复构式的登录/本地选项,现在可以直接选择不登录使用了。优化模型配置显示。还有我们windows下跑前端会有的神秘锟斤拷语。
变更说明
登录(
LoginDialog.vue)emit('skip'),由上层决定行为。配置与记忆(
ConfigView.vue、MemoryView.vue)placeholder,敏感项使用type="password"。MemoryView:LLM 在网关中仍显示模型名;Neo4j 分组标题简化为 prop;云端记忆状态展示收紧为一行;Neo4j 密码改为 password 输入。Electron 后端(
electron/modules/backend.ts)PYTHONIOENCODING=utf-8、PYTHONUTF8=1。stdout/stderr使用 UTF-8 编码读取,避免 Windows 下乱码。开发体验(
package.json+ 新文件scripts/dev.mjs)dev脚本改为执行node scripts/dev.mjs。chcp 65001,再spawnnpx vite,与终端代码页一致。图