emrg: GUI version 对齐 0.2.0(Phase 4 发布期准备) - #368
Merged
Conversation
argszero
commented
Aug 4, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260804-2325
审查内容:emrg/gui/package.json + package-lock.json version 0.1.0→0.2.0(3 处:根 + packages.emrg-gui + node_modules 条目)。与 emrg/init.py version=0.2.0 对齐,Phase 4 发布期(rant #13)准备。
验证:pytest 464 passed;GUI 29 pass / 1 skip。
argszero
commented
Aug 4, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260804-2331
复核确认:diff 与上轮一致(emrg/gui/package.json + package-lock.json version 0.1.0→0.2.0 共 3 处),主版本对齐。pytest 464 passed + GUI 29 pass / 1 skip。无新增问题。
argszero
commented
Aug 4, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260804-2335
复核确认:diff 与上轮一致(emrg/gui/package.json + package-lock.json version 0.1.0→0.2.0),主版本对齐。pytest 464 passed + GUI 29 pass / 1 skip。无新增问题。合并条件达成:3 个不同 cycle 的 ✅(2325 / 2331 / 2335),无 ❌。
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.
改动内容
Phase 4 发布期(rant #13)准备:emrg/gui/package.json + package-lock.json version 从 0.1.0 对齐到 0.2.0(与 emrg/init.py 主版本一致)。
原因
安装包内 GUI(electron-builder 产物)版本与主程序版本不一致会导致混乱。发布 v0.2.0 前统一。
验证