yangkaixiang c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
..
Helpers 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
Models c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
Services c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
ViewModels 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
Views 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
App.xaml 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
App.xaml.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
AssemblyInfo.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
DeviceDetailsWindow.xaml c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
DeviceDetailsWindow.xaml.cs c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
MainWindow.xaml 73bd25a236 feat(ui): 重构主界面,新增远程设备信息与网络配置面板 1 ヶ月 前
MainWindow.xaml.cs c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ヶ月 前
QuickIP.Client.csproj 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前
README.md 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ヶ月 前

README.md

QuickIP.Client

此目录已初始化为 WPF 客户端项目。

当前已具备:

  1. QuickIP.Client.csproj
  2. App.xaml
  3. MainWindow.xaml
  4. Views/
  5. ViewModels/
  6. Services/
  7. Models/
  8. Helpers/

下一步建议优先实现:

  1. MainWindow 基础布局
  2. 网卡选择与状态展示
  3. 密码保存服务
  4. UDP 发现服务
  5. HTTP API 调用服务