Merged
Conversation
Collaborator
|
可以提供一些运行的照片么,以及现在可以支持在win直接使用前端么 |
Contributor
Author
|
本PR仅用于win平台打开前端查看界面效果,但是会跳过了部分macos上专属截图功能。 因为 window_inspector 和 window_capture 使用了Quartz框架,只能在macOS上运行。 在Windows上跳过这些工具会导致:
截图功能受限:
应用识别功能受限:
建议的解决方案:
当前状态评估: 从代码来看,应用已经有了备选的截图机制:
结论:虽然跳过这些macOS专用工具会丢失一些高级功能(如精确窗口捕获、最小化窗口检测等),但应用的核心截图功能仍然可以工作。对于Windows用户来说,这是一个可以接受的权衡,因为:
如果你需要完整的Windows支持,建议后续创建Windows版本的窗口工具或使用现有的跨平台解决方案。 |
AlanWangyiran
approved these changes
Oct 16, 2025
AlanWangyiran
left a comment
There was a problem hiding this comment.
Successfully built the Windows frontend
Collaborator
can you share us some image and test result of screen monitor |
qin-ctx
approved these changes
Oct 17, 2025
ldc861117
pushed a commit
to ldc861117/MineContext
that referenced
this pull request
Oct 19, 2025
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.

win平台下,pnpm dev 执行报错。
本PR根据win平台命令和格式修改了dev命令和build-python,确保win平台下pnpm dev可以正常运行,打开前端。