mirror of
https://github.com/tsxc-github/mzmcos--.git
synced 2026-03-21 21:32:54 +08:00
Deploying to cf-pages from @ tsxc-github/mzmcos--@977a94b1db 🚀
This commit is contained in:
parent
0bf8540e99
commit
fbfc0cdc22
35
output.xaml
35
output.xaml
@ -5,11 +5,12 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
|
||||
<StackPanel.Triggers>
|
||||
</StackPanel.Triggers>
|
||||
<StackPanel.Resources>
|
||||
<Style x:Key="ContentStack" TargetType="StackPanel"><Setter Property="Margin" Value="20,40,20,20"/></Style>
|
||||
<Style x:Key="Quote" TargetType="Section"><Setter Property="BorderThickness" Value="5,0,0,0"/><Setter Property="BorderBrush" Value="{DynamicResource ColorBrush4}"/><Setter Property="Padding" Value="10,0"/><Setter Property="Margin" Value="0,12"/></Style>
|
||||
<Style x:Key="H1" TargetType="Paragraph"><Setter Property="FontSize" Value="24"/><Setter Property="Margin" Value="0,10,0,10"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush3}"/></Style>
|
||||
<Style x:Key="InnerImage" TargetType="Image"><Setter Property="MaxHeight" Value="500"/><Setter Property="HorizontalAlignment" Value="Center"/></Style>
|
||||
<Style x:Key="Hr" TargetType="Section"><Setter Property="Margin" Value="0,4,0,0"/><Setter Property="BorderThickness" Value="0,1.5,0,0"/><Setter Property="BorderBrush" Value="{StaticResource ColorBrush4}"/><Setter Property="FontSize" Value="4"/></Style>
|
||||
<Style x:Key="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></Style>
|
||||
<Style TargetType="FlowDocumentScrollViewer"><Setter Property="IsSelectionEnabled" Value="False"/><Setter Property="VerticalScrollBarVisibility" Value="Hidden"/><Setter Property="Margin" Value="0"/></Style>
|
||||
<Style TargetType="TextBlock"><Setter Property="TextWrapping" Value="Wrap"/><Setter Property="HorizontalAlignment" Value="Left"/><Setter Property="FontSize" Value="14"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/></Style>
|
||||
<Style x:Key="Lp" TargetType="Paragraph"><Setter Property="LineHeight" Value="16"/><Setter Property="TextIndent" Value="0"/></Style>
|
||||
<Style x:Key="InnerImage" TargetType="Image"><Setter Property="MaxHeight" Value="500"/><Setter Property="HorizontalAlignment" Value="Center"/></Style>
|
||||
<Style TargetType="TextBox" x:Key="InlineCode">
|
||||
<Setter Property="FontSize" Value="14" />
|
||||
<Setter Property="IsReadOnly" Value="True" />
|
||||
@ -29,19 +30,18 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
|
||||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
<Style TargetType="Paragraph"><Setter Property="LineHeight" Value="12"/><Setter Property="TextIndent" Value="0"/><Setter Property="Margin" Value="0,8"/></Style>
|
||||
<Style x:Key="H2" TargetType="Paragraph"><Setter Property="FontSize" Value="22"/><Setter Property="Margin" Value="0,10,0,5"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush3}"/></Style>
|
||||
<Style TargetType="TextBlock"><Setter Property="TextWrapping" Value="Wrap"/><Setter Property="HorizontalAlignment" Value="Left"/><Setter Property="FontSize" Value="14"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/></Style>
|
||||
<Style x:Key="Lp" TargetType="Paragraph"><Setter Property="LineHeight" Value="16"/><Setter Property="TextIndent" Value="0"/></Style>
|
||||
<Style x:Key="H3" TargetType="Paragraph"><Setter Property="FontSize" Value="18"/><Setter Property="Margin" Value="0,10,0,3"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush4}"/></Style>
|
||||
<Style x:Key="Quote" TargetType="Section"><Setter Property="BorderThickness" Value="5,0,0,0"/><Setter Property="BorderBrush" Value="{DynamicResource ColorBrush4}"/><Setter Property="Padding" Value="10,0"/><Setter Property="Margin" Value="0,12"/></Style>
|
||||
<Style TargetType="FlowDocument"><Setter Property="FontFamily" Value="Microsoft YaHei UI"/><Setter Property="FontSize" Value="14"/><Setter Property="TextAlignment" Value="Left"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/></Style>
|
||||
<Style TargetType="ListItem"><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/><Setter Property="Margin" Value="0,4"/></Style>
|
||||
<Style x:Key="H1" TargetType="Paragraph"><Setter Property="FontSize" Value="24"/><Setter Property="Margin" Value="0,10,0,10"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush3}"/></Style>
|
||||
<Style x:Key="ContentStack" TargetType="StackPanel"><Setter Property="Margin" Value="20,40,20,20"/></Style>
|
||||
<Style x:Key="H3" TargetType="Paragraph"><Setter Property="FontSize" Value="18"/><Setter Property="Margin" Value="0,10,0,3"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush4}"/></Style>
|
||||
<Style x:Key="H2" TargetType="Paragraph"><Setter Property="FontSize" Value="22"/><Setter Property="Margin" Value="0,10,0,5"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush3}"/></Style>
|
||||
<Style TargetType="Paragraph"><Setter Property="LineHeight" Value="12"/><Setter Property="TextIndent" Value="0"/><Setter Property="Margin" Value="0,8"/></Style>
|
||||
<Style TargetType="List"><Setter Property="Foreground" Value="{DynamicResource ColorBrush3}"/><Setter Property="Margin" Value="20,6,0,6"/><Setter Property="MarkerStyle" Value="1"/><Setter Property="Padding" Value="0"/></Style>
|
||||
<Style TargetType="FlowDocumentScrollViewer"><Setter Property="IsSelectionEnabled" Value="False"/><Setter Property="VerticalScrollBarVisibility" Value="Hidden"/><Setter Property="Margin" Value="0"/></Style>
|
||||
<Style x:Key="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></Style>
|
||||
|
||||
</StackPanel.Resources>
|
||||
<local:MyHint Margin="0,8,0,2" IsWarn="False" Text="😨知识:烙饼说他想让全服的人只能用加载器进服" />
|
||||
<local:MyHint Margin="0,8,0,2" IsWarn="False" Text="你知道吗:这个服务器里的很多成员都有自己宏伟的规划" />
|
||||
<local:MyCard Margin="0,10,0,14">
|
||||
<Border BorderBrush="{DynamicResource ColorBrush2}" Margin="-0.6" CornerRadius="5" BorderThickness="0,0,0,10">
|
||||
<StackPanel>
|
||||
@ -73,7 +73,16 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</local:MyCard>
|
||||
<local:MyCard Title="服务器有史以来最大规模更新! 跟着管委会一起看看吧!" CanSwap="True" IsSwaped="True" Style="{StaticResource Card}" >
|
||||
<local:MyCard Title="装备绑定系统介绍:命运之链" CanSwap="True" IsSwaped="True" Style="{StaticResource Card}" >
|
||||
<StackPanel Style="{StaticResource ContentStack}">
|
||||
<FlowDocumentScrollViewer >
|
||||
<FlowDocument>
|
||||
<Paragraph Style="{StaticResource H1}">装备绑定系统介绍:命运之链</Paragraph><Paragraph><Underline><local:MyTextButton Margin="0,0,0,-2" EventType="打开网页" EventData="https://mzmc.top/2026/02/401/">文章链接</local:MyTextButton></Underline> 发布时间: 2026年02月22日 20:29:52
|
||||
<InlineUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="http://mzmc.top/wp-content/uploads/2026/02/1771763158031.webp"/></InlineUIContainer></Paragraph><Paragraph>在艾尔梅亚的大陆上,冒险家们为寻求财富和荣耀不断战斗。为了让每位冒险家拥有独特的装备与风格,我们引入了全新的 「命运之链」 系统。</Paragraph><Paragraph><Bold>什么是命运之链?</Bold></Paragraph><Paragraph>命运之链是一项装备绑定机制,每月允许玩家更换和重新绑定一整套装备,包括武器、盔甲和饰品。绑定的装备具备不可破坏的属性,不会掉耐久,始终保持最佳状态,帮助你轻松应对各种挑战。</Paragraph><Paragraph><Bold>每月更换一次装备绑定</Bold></Paragraph><Paragraph>命运之链让玩家每月有一次解绑并重新绑定的机会,可以根据战斗需求或策略灵活选择新的装备组合,始终保持最佳状态,面对冒险中的种种考验。</Paragraph><Paragraph><Bold>防止滥用,确保公平</Bold></Paragraph><Paragraph>每个玩家只能绑定一套装备,避免滥用。绑定后,装备的不可破坏属性将只在玩家个人身上有效,转交给他人会失去属性,并不可恢复。这一机制确保了装备使用的公平性与策略性。</Paragraph><Paragraph><Bold>如何使用命运之链?</Bold></Paragraph><Paragraph>找到指定的命运之链 NPC,选择绑定装备。在每月更新时,你可以解绑当前装备,并选择新的装备进行绑定,享受全新的战斗体验。</Paragraph><Paragraph><Bold>全新冒险,命运由你掌控</Bold></Paragraph><Paragraph>命运之链为玩家提供了更多的选择和策略空间。无论你是探索未知的冒险家,还是战斗中的勇士,命运之链都将成为你与命运抗争的重要工具。</Paragraph><Paragraph><Bold>快来试试吧,命运之链就在你身边!</Bold></Paragraph><Paragraph>准备好开启新的冒险了吗?找到主城附近的命运之链 NPC,体验每月装备更换与绑定,享受前所未有的战斗体验,改变你的命运!</Paragraph><BlockUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="http://mzmc.top/wp-content/uploads/2026/02/1771763080768.webp"/></BlockUIContainer>
|
||||
</FlowDocument>
|
||||
</FlowDocumentScrollViewer>
|
||||
</StackPanel>
|
||||
</local:MyCard><local:MyCard Title="服务器有史以来最大规模更新! 跟着管委会一起看看吧!" CanSwap="True" IsSwaped="True" Style="{StaticResource Card}" >
|
||||
<StackPanel Style="{StaticResource ContentStack}">
|
||||
<FlowDocumentScrollViewer >
|
||||
<FlowDocument>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user