重构:GUI 替代 CLI,双 exe 分离,零黑框#18
Open
strdream0 wants to merge 2 commits into
Open
Conversation
- 交互模式替换为 tkinter 主 GUI 窗口(中文界面,vista 原生主题) - PyInstaller console=False,彻底消除终端黑框 - 拆分为两个 exe:主程序 + 轻量右键菜单(独立入口,更少 import) - 右键菜单不再依赖主程序运行 - 清理:删除 docs/、VitePress 配置、空文件、C 版本残留 - 注册表优先使用 context exe,回退到主 exe --gui
Owner
|
Hi 我看了你的变更。整体上我看到你做了一个单独的新产品体验,非常有意思。 |
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.
改动
console=False,彻底消除终端黑框测试
uv run python -m scripts.build(含 UPX 压缩)注意事项
packaging(写入 pyproject.toml)uv(可选,仍兼容 pip)