------ #### V1.0.2404.1201 - 新增支持手动运行规则。 - 规则播放时间间隔不再针对全局声效,而只针对当前规则声效。 - 修复规则中播放文件夹可能导致无法执行的BUG。 - 修复规则不勾选礼物和点赞,则无法执行的BUG。
17 lines
883 B
XML
17 lines
883 B
XML
<Border hc:ScrollViewer.IsInertiaEnabled="True"
|
|
x:Class="LiveTools.Content.MainContent"
|
|
Background="{DynamicResource RegionBrush}"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:hc="https://handyorg.github.io/handycontrol"
|
|
Margin="16,16,0,16"
|
|
CornerRadius="10"
|
|
Effect="{StaticResource EffectShadow4}">
|
|
<hc:SimplePanel>
|
|
<Border Name="BorderRootEffect" Background="{DynamicResource RegionBrush}" CornerRadius="10" Effect="{StaticResource EffectShadow4}" Margin="16" Visibility="Collapsed"/>
|
|
<Border Name="BorderRoot" Style="{StaticResource BorderClip}" Margin="16">
|
|
<ContentPresenter Name="PresenterMain" Margin="0,0,0,10" Content="{Binding SubContent}"/>
|
|
</Border>
|
|
|
|
</hc:SimplePanel>
|
|
</Border> |