yangkaixiang 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 hai 1 mes
..
Helpers 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
Models c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 hai 1 mes
Services c6fee04fbe feat(agent): 新增系统重启与关机API及客户端支持 hai 1 mes
ViewModels 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
Views 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
App.xaml 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
App.xaml.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
AssemblyInfo.cs 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
DeviceDetailsWindow.xaml 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 hai 1 mes
DeviceDetailsWindow.xaml.cs 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 hai 1 mes
MainWindow.xaml 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 hai 1 mes
MainWindow.xaml.cs 548ae082df refactor(ui): 移除主界面设备详情面板及冗余提示 hai 1 mes
QuickIP.Client.csproj 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes
README.md 52deada0e7 refactor(auth): 移除来源IP限制,仅保留密码校验 hai 1 mes

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