fix: 优化dialog样式和修复dialog的相关bug

This commit is contained in:
姚彪
2023-12-21 23:07:06 +08:00
parent c2d5982719
commit 37f2d8eb81
37 changed files with 430 additions and 111 deletions

View File

@@ -10,6 +10,7 @@ using DownKyi.Core.BiliApi.VideoStream;
using DownKyi.Core.Storage;
using DownKyi.Events;
using DownKyi.Images;
using DownKyi.PrismExtension.Dialog;
using DownKyi.Services;
using DownKyi.Services.Download;
using DownKyi.Utils;
@@ -17,8 +18,6 @@ using DownKyi.ViewModels.PageViewModels;
using Prism.Commands;
using Prism.Events;
using Prism.Regions;
using Prism.Services.Dialogs;
using IDialogService = DownKyi.Services.IDialogService;
namespace DownKyi.ViewModels;