整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 通知位置枚举,用于指定通知在屏幕上的显示位置。
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
Width="384"
|
||||
WindowStyle="None"
|
||||
mc:Ignorable="d"
|
||||
x:Class="NeumUI.Controls.NotificationView"
|
||||
x:Class="NeoUI.Controls.NotificationView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:NeumUI.Controls"
|
||||
xmlns:controls="clr-namespace:NeoUI.Controls"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Threading;
|
||||
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 代表一个通知视图,用于在应用程序中显示系统通知。此类继承自Window,并根据提供的Notification模型和位置信息来初始化自身。支持抽屉式滑入和滑出动画效果。
|
||||
|
||||
Reference in New Issue
Block a user