Deploying to cf-pages from @ tsxc-github/mzmcos--@5a0f8fc96a 🚀

This commit is contained in:
tsxc-github 2025-06-07 06:00:13 +00:00
parent 19e786121a
commit 6910607f0c

View File

@ -11,6 +11,11 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
<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 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="FlowDocumentScrollViewer"><Setter Property="IsSelectionEnabled" Value="False"/><Setter Property="VerticalScrollBarVisibility" Value="Hidden"/><Setter Property="Margin" Value="0"/></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="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 x:Key="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></Style>
<Style TargetType="TextBox" x:Key="InlineCode">
<Setter Property="FontSize" Value="14" />
<Setter Property="IsReadOnly" Value="True" />
@ -30,18 +35,13 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
</Setter.Value>
</Setter>
</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="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 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="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></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="ContentStack" TargetType="StackPanel"><Setter Property="Margin" Value="20,40,20,20"/></Style>
<Style x:Key="Lp" TargetType="Paragraph"><Setter Property="LineHeight" Value="16"/><Setter Property="TextIndent" Value="0"/></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>
</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>
@ -71,7 +71,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/2025/06/259/">文章链接</local:MyTextButton></Underline> 发布时间: 2025年06月07日 12:22:37
</Paragraph><BlockUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mzmc.top/wp-content/uploads/2025/06/20250607113147192857.webp"/></BlockUIContainer><Paragraph></Paragraph><Paragraph>「哇这就是自动登录吗,太迅速了!」「是啊是啊,这也太方便了!」「那么在哪里可以得到呢?」</Paragraph><Paragraph>进入绵中方块人服务器,在聊天栏敲下<TextBox Style="{StaticResource InlineCode}">/premium</TextBox> 这段神秘代码,并大喊一声 「boen 的恩情还不完✋😭✋」,就能得到图片同款自动登录~基岩版也可以哟</Paragraph><Paragraph>事实就是如此,小编也觉得很惊讶呢,你觉得这个自动登录怎么样,快来评论区讨论一下吧~</Paragraph><Paragraph>⚠️注意: 离线登录玩家请勿开启,否则将无法进服。</Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
</StackPanel>
</local:MyCard><local:MyCard Title="资源界随机传送、自动重制系统上线,畅享高效资源采集!" CanSwap="True" IsSwaped="True" Style="{StaticResource Card}" >
<StackPanel Style="{StaticResource ContentStack}">
<FlowDocumentScrollViewer >
<FlowDocument>
@ -206,17 +215,5 @@ wiki 教程:<Underline><local:MyTextButton Margin="0,0,0,-3" EventType="打开
</FlowDocument>
</FlowDocumentScrollViewer>
</StackPanel>
</local:MyCard><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/2025/01/145/">文章链接</local:MyTextButton></Underline> 发布时间: 2025年01月22日 14:39:02
任务背景:经过各位冒险家的努力,阿尔图罗的第一次入侵被挫败了,但阿尔图罗的野心并不会因此而消减,于是,在整顿了一段时间后,阿尔图罗再次与地面的一位领主达成了合作—拉特朗帝斯,封号腐殖之主,可以释放污秽之源,侵染北大陆的土地,使其变得无法耕种。北大陆的众人也意识到了事态的严重,纷纷联合,试图将污染拒之门外。在上次战斗中斩杀了魔女的纯白鸢尾因为旧伤无法继续战斗,不过她为北大陆的人带来了解决污秽之源的方法—使用她所提供的配方合成特效清除剂,便可将污秽之源清理。但北大陆的军队正忙于抵挡入侵的怪物,只好邀请一些有实力的冒险家前往清楚污秽之源,你自然不会放过这次机会,但推荐信去哪里获得呢?你有些为难。<LineBreak/>
任务奖励:一个时尚小垃圾 (满穗)<LineBreak/>
纪念奖章 (用于后续剧情)<LineBreak/>
任务流程:玩家需根据指示,准备材料合成清除剂 (纯白鸢尾处) 并清除在四周散落的污秽之源</Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
</StackPanel>
</local:MyCard>
</StackPanel>