mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #203] 软件优化建议 #2097
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2097
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cweijan on GitHub (Feb 16, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/203
Originally assigned to: @VShawn on GitHub.
我找了很多个软件, 能够对RDP自适应分辨率的软件只有你这个和Remotix(需付费), 你这个软件很牛逼, 但知道的人确很少, 我用了一段时间, 给几点建议:
我不会写windows程序, 去年暴力魔改了一下, 你可以参考看看https://github.com/cweijan/PRemoteM

@VShawn commented on GitHub (Feb 16, 2022):
非常感谢你的建议:
目前我个人觉得这个软件已经进入一个稳定期了,现在的主要工作就是修修大家提的BUG。下一次大改动应该是会把程序用 .NET6 重构,到时候才会想对 UI 动手,如果有什么建议欢迎来提。
@VShawn commented on GitHub (Feb 16, 2022):
再次感谢😘
@VShawn commented on GitHub (Mar 2, 2022):
打脸了,为了新增一个功能差不多重构了25%的代码。
@cweijan commented on GitHub (Mar 2, 2022):
期待你的新版本, 另外问下这个有没有可能移植到electron, 用electron就比较容易做出漂亮的界面.
@VShawn commented on GitHub (Mar 2, 2022):
如果改用 electron,可以确定的是无法做到多显示器的全屏 RDP,其他的远程桌面功能能否实现我就不清楚了,但我的开发初心就是要一个多显示器远程。
我曾有过设想服务器的编辑、列表界面用 electron, 开启会话用 WPF,但因为我有7年没碰 web 技术了所以没有尝试这个设想。