Skip to content

feat(rdp): windows-native-rdp 默认进入 main 构建 - #95

Merged
feigeCode merged 1 commit into
feigeCode:devfrom
paofu-cium:dev
Aug 23, 2026
Merged

feat(rdp): windows-native-rdp 默认进入 main 构建#95
feigeCode merged 1 commit into
feigeCode:devfrom
paofu-cium:dev

Conversation

@paofu-cium

Copy link
Copy Markdown
Contributor
  • main 默认 feature 加入 windows-native-rdp,普通 cargo build/run 即包含原生 RDP 后端
  • 非 Windows 平台仍以 windows_rdp_host stub 模式编译,native 代码保持 target_os=windows 门控
  • 契约测试同步改为断言默认启用

Closes #[issue number]

Description

Describe in English for the changes made in this pull request and the problem it solves.
Please keep 1 PR to solve 1 problem, and keep Small improvements should be small modifications to make PR easier to review and to merge.

Screenshot

Before After
[Put Before Screenshot here] [Put After Screenshot here]

Break Changes

Describe any breaking changes introduced by this pull request. If none, remove this section.

  • Change 1
- Old code snippet
+ New code snippet

How to Test

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist

  • I have read the CONTRIBUTING document and followed the guidelines.
  • Reviewed the changes in this PR and confirmed AI generated code (If any) is accurate.
  • Passed cargo run for story tests related to the changes.
  • Tested macOS, Windows and Linux platforms performance (if the change is platform-specific)

- main 默认 feature 加入 windows-native-rdp,普通 cargo build/run 即包含原生 RDP 后端
- 非 Windows 平台仍以 windows_rdp_host stub 模式编译,native 代码保持 target_os=windows 门控
- 契约测试同步改为断言默认启用
@feigeCode
feigeCode merged commit 963c998 into feigeCode:dev Aug 23, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants