Conversation
added 2 commits
September 17, 2026 15:51
Old: 普通启动流程可能在指定 Python 不可用时回退创建 venv,且没有宿主包路径覆盖与禁止安装的明确策略。 New: 新增 DSH_KLINE_PACKAGE_ROOT 与 auto/external 运行模式;external 仅校验并使用宿主指定的 Python,拒绝缺失依赖及 venv/bootstrap 冲突,不推导宿主安装布局。补充运行策略回归测试和中英文接入说明。 Signed-off-by: Ben <ben@ft.tech>
Old: server.py 依赖 Python 自动将脚本目录加入 sys.path,Windows 嵌入式 Python 的 ._pth 隔离模式下无法导入同包模块。 New: 入口按 __file__ 定位并加入自身目录,新增从无关目录以 -I 模式加载真实入口的回归测试。 Signed-off-by: Ben <ben@ft.tech>
Author
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.


若能修复,桌面版和插件版将可以共仓