重写设置窗口

This commit is contained in:
yangwx
2025-03-13 01:06:32 +08:00
parent ca08aa615c
commit 296d450496
8 changed files with 160 additions and 95 deletions

View File

@@ -1,13 +1,12 @@
using System.Windows.Controls;
using System.Windows;
using YwxApp.AiChat.ViewModels;
namespace YwxApp.AiChat.Views
namespace YwxApp.AiChat
{
/// <summary>
/// SettingView.xaml 的交互逻辑
/// </summary>
public partial class SettingView : UserControl
public partial class SettingView : Window
{
SettingViewModel _viewModel;
public SettingView(ShareOllamaObject ollama)