重写设置窗口
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user