yangkaixiang 3cb65863ad refactor(ui): 优化设备详情窗口布局及按钮禁用样式 1 ay önce
..
Helpers 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
Models c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ay önce
Services c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 1 ay önce
ViewModels 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
Views 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
App.xaml 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
App.xaml.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
AssemblyInfo.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
DeviceDetailsWindow.xaml 3cb65863ad refactor(ui): 优化设备详情窗口布局及按钮禁用样式 1 ay önce
DeviceDetailsWindow.xaml.cs 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 1 ay önce
MainWindow.xaml 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 1 ay önce
MainWindow.xaml.cs 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 1 ay önce
QuickIP.Client.csproj 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce
README.md 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 1 ay önce

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 调用服务