继续优化 macOS 界面细节与更新了单文件编辑器体验 - #143
Merged
Merged
Conversation
Skip Authenticode import and signing when the certificate secrets are absent so a v*.*.* tag can still publish the NSIS installer.
Add a scheduled preview workflow that packages the Windows NSIS installer from preview/0.3.0 and uploads it to the shared preview release. Signing stays optional when no certificate is configured.
ci: add Windows preview and unsigned official release workflows to main
fix(ci): bind Windows packaging arguments by name
1lck
approved these changes
Aug 18, 2026
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.
修改内容
单文件轻量编辑模式
编辑器视觉与交互
45pt。500ms常亮,用户停止操作后再进入正常闪烁状态。应用界面样式
设置窗口
Cancel和OK按钮宽度。文件树与上下文菜单
工具栏与其他界面细节
上游代码适配
upstream/preview/0.3.0的最新代码。EditorChromeModel。preview/0.3.0的官方结构为主,在新结构上重新适配界面和交互修改。验证
./scripts/test-macos.sh。git diff --check。git diff --cached --check。./scripts/preview.sh手动验证:说明
构建过程中仍会显示部分 Swift 6 并发兼容性警告,包括 WebKit Delegate 的 actor isolation 警告和
Bundle的Sendable警告。这些警告来自当前上游代码,不影响本次构建和测试通过。