mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
chore: 升级avalonia到最新版并替换Xaml.Behaviors包
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
xmlns:vmp="clr-namespace:DownKyi.ViewModels.PageViewModels"
|
||||
xmlns:custom="clr-namespace:DownKyi.CustomControl"
|
||||
x:DataType="vmf:ViewFollowerViewModel"
|
||||
xmlns:i="using:Avalonia.Xaml.Interactivity"
|
||||
xmlns:iac="clr-namespace:Avalonia.Xaml.Interactions.Custom;assembly=Avalonia.Xaml.Interactions.Custom"
|
||||
xmlns:asyncImageLoader="clr-namespace:DownKyi.CustomControl.AsyncImageLoader">
|
||||
<UserControl.Resources>
|
||||
<ControlTheme x:Key="ContentListStyle" TargetType="{x:Type ListBoxItem}" x:DataType="vmp:FriendInfo">
|
||||
@@ -22,8 +20,7 @@
|
||||
<Interaction.Behaviors>
|
||||
<ExecuteCommandOnPointerReleasedBehavior
|
||||
Command="{Binding UserCommand}"
|
||||
CommandParameter="{ReflectionBinding DataContext.PageName, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}">
|
||||
</ExecuteCommandOnPointerReleasedBehavior>
|
||||
CommandParameter="{ReflectionBinding DataContext.PageName, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" />
|
||||
</Interaction.Behaviors>
|
||||
|
||||
<Image
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
x:Class="DownKyi.Views.ViewSeasonsSeries"
|
||||
xmlns:custom="clr-namespace:DownKyi.CustomControl"
|
||||
xmlns:iac="clr-namespace:Avalonia.Xaml.Interactions.Custom;assembly=Avalonia.Xaml.Interactions.Custom"
|
||||
xmlns:vm="clr-namespace:DownKyi.ViewModels"
|
||||
xmlns:vmp="clr-namespace:DownKyi.ViewModels.PageViewModels"
|
||||
xmlns:asyncImageLoader="clr-namespace:DownKyi.CustomControl.AsyncImageLoader"
|
||||
|
||||
Reference in New Issue
Block a user