Deploying to cf-pages from @ tsxc-github/mzmcos--@166fa34497 🚀

This commit is contained in:
tsxc-github 2025-02-06 06:05:46 +00:00
parent 7486badacb
commit a5415fc5b4

View File

@ -5,8 +5,11 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
<StackPanel.Triggers> <StackPanel.Triggers>
</StackPanel.Triggers> </StackPanel.Triggers>
<StackPanel.Resources> <StackPanel.Resources>
<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="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="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></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 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="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="TextBox" x:Key="InlineCode"> <Style TargetType="TextBox" x:Key="InlineCode">
<Setter Property="FontSize" Value="14" /> <Setter Property="FontSize" Value="14" />
<Setter Property="IsReadOnly" Value="True" /> <Setter Property="IsReadOnly" Value="True" />
@ -26,22 +29,19 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
</Setter.Value> </Setter.Value>
</Setter> </Setter>
</Style> </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="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 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 TargetType="FlowDocumentScrollViewer"><Setter Property="IsSelectionEnabled" Value="False"/><Setter Property="VerticalScrollBarVisibility" Value="Hidden"/><Setter Property="Margin" Value="0"/></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="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="Paragraph"><Setter Property="LineHeight" Value="12"/><Setter Property="TextIndent" Value="0"/><Setter Property="Margin" Value="0,8"/></Style>
<Style x:Key="Lp" TargetType="Paragraph"><Setter Property="LineHeight" Value="16"/><Setter Property="TextIndent" Value="0"/></Style>
<Style x:Key="Card" TargetType="local:MyCard"><Setter Property="Margin" Value="0,5"/></Style>
<Style x:Key="ContentStack" TargetType="StackPanel"><Setter Property="Margin" Value="20,40,20,20"/></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 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="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="ListItem"><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/><Setter Property="Margin" Value="0,4"/></Style> <Style x:Key="InnerImage" TargetType="Image"><Setter Property="MaxHeight" Value="500"/><Setter Property="HorizontalAlignment" Value="Center"/></Style>
<Style TargetType="FlowDocumentScrollViewer"><Setter Property="IsSelectionEnabled" Value="False"/><Setter Property="VerticalScrollBarVisibility" Value="Hidden"/><Setter Property="Margin" Value="0"/></Style>
<Style x:Key="H4" TargetType="Paragraph"><Setter Property="FontSize" Value="16"/><Setter Property="Margin" Value="0,10,0,1"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush4}"/></Style> <Style x:Key="H4" TargetType="Paragraph"><Setter Property="FontSize" Value="16"/><Setter Property="Margin" Value="0,10,0,1"/><Setter Property="FontWeight" Value="Bold"/><Setter Property="Foreground" Value="{DynamicResource ColorBrush4}"/></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 TargetType="ListItem"><Setter Property="Foreground" Value="{DynamicResource ColorBrush1}"/><Setter Property="Margin" Value="0,4"/></Style>
<Style TargetType="Paragraph"><Setter Property="LineHeight" Value="12"/><Setter Property="TextIndent" Value="0"/><Setter Property="Margin" Value="0,8"/></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="Lp" TargetType="Paragraph"><Setter Property="LineHeight" Value="16"/><Setter Property="TextIndent" Value="0"/></Style>
</StackPanel.Resources> </StackPanel.Resources>
<local:MyHint Margin="0,8,0,2" IsWarn="False" Text="别杀怪物,你这个海豚!" /> <local:MyHint Margin="0,8,0,2" IsWarn="False" Text="你知道吗这是绵中最大的MC服务器" />
<local:MyCard Margin="0,10,0,14"> <local:MyCard Margin="0,10,0,14">
<Border BorderBrush="{DynamicResource ColorBrush2}" Margin="-0.6" CornerRadius="5" BorderThickness="0,0,0,10"> <Border BorderBrush="{DynamicResource ColorBrush2}" Margin="-0.6" CornerRadius="5" BorderThickness="0,0,0,10">
<StackPanel> <StackPanel>
@ -71,7 +71,19 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
</StackPanel> </StackPanel>
</Border> </Border>
</local:MyCard> </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://mc.boen.fun/2025/02/163/p=%e7%bb%b5%e4%b8%ad%e6%96%b9%e5%9d%97%e4%ba%ba%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%af%ad%e9%9f%b3%e8%81%8a%e5%a4%a9%e5%8a%9f%e8%83%bd%e6%ad%a3%e5%bc%8f%e4%b8%8a%e7%ba%bf-%e5%bc%80%e5%90%af">文章链接</local:MyTextButton></Underline> 发布时间: 2025年02月06日 14:05:25</Paragraph><Paragraph>亲爱的方块人玩家们:</Paragraph><Paragraph>历经数周的筹备与测试,我们自豪地宣布——<Bold>绵中方块人服务器语音聊天功能正式上线!</Bold> 从即日起,各位玩家可以在游戏内通过语音实时交流,让协作更高效、冒险更畅快、友谊更紧密!</Paragraph><Section Style="{StaticResource Hr}"/><Paragraph Style="{StaticResource H3}"><Bold>为什么需要语音聊天?</Bold></Paragraph><Paragraph>作为绵阳中学学生自发搭建的 Minecraft 服务器,我们始终以 「打造沉浸式校园社区」 为目标。随着服务器规模扩大,玩家们对实时沟通的需求日益增长。无论是组队挑战副本、合作搭建史诗建筑,还是深夜闲聊分享趣事,文字聊天已无法满足我们的热情。 </Paragraph><Paragraph><Bold>语音功能将带来三大升级:</Bold></Paragraph><List MarkerStyle="Decimal">
<ListItem><Paragraph Style="{StaticResource Lp}"><Bold>高效协作</Bold>:红石电路太复杂?指令总出错?直接语音沟通,手把手教学更清晰!</Paragraph></ListItem>
<ListItem><Paragraph Style="{StaticResource Lp}"><Bold>社交升级</Bold>:听见同学的笑声、语调与个性,让线上友谊更有温度。</Paragraph></ListItem>
<ListItem><Paragraph Style="{StaticResource Lp}"><Bold>沉浸体验</Bold>:暴风雨夜的洞穴探险、末地屠龙的团队欢呼……用声音感受游戏世界的真实心跳!</Paragraph></ListItem>
</List><Section Style="{StaticResource Hr}"/><Paragraph Style="{StaticResource H3}"><Bold>如何开启语音功能?</Bold></Paragraph><Paragraph>我们已经编写了详细的 wiki 文档,请见<Underline><local:MyTextButton Margin="0,0,0,-2" EventType="打开网页" EventData="https://wiki.boen.fun/zh/playinggame/voice-chat-in-game">这里</local:MyTextButton></Underline></Paragraph><Section Style="{StaticResource Hr}"/><Paragraph Style="{StaticResource H3}"><Bold>使用须知与文明公约</Bold></Paragraph><Paragraph>为维护和谐友好的交流环境,请所有玩家遵守以下规则: </Paragraph><Paragraph>✅ <Bold>文明用语</Bold>:禁止人身攻击、恶意刷屏、传播不当内容。 </Paragraph><Paragraph>✅ <Bold>尊重隐私</Bold>:未经允许不得录制或传播他人语音。 </Paragraph><Paragraph>✅ <Bold>适度使用</Bold>:深夜游玩时请降低音量,避免打扰他人。</Paragraph><Paragraph>语音聊天记录受服务器后台监管,违规者将视情节处以<Bold>禁言、封禁</Bold>等处罚。让我们共同守护这片属于绵中人的纯净天地!</Paragraph><Section Style="{StaticResource Hr}"/><Paragraph Style="{StaticResource H3}"><Bold>现在,说出你的第一句话吧!</Bold></Paragraph><Paragraph>语音功能不仅是技术的升级,更是绵中人联结彼此的桥梁。无论你是建筑大师、红石工程师,还是热衷探险的生存玩家,期待听到你的声音,让方块世界因你而生动!</Paragraph><Paragraph><Bold>即刻登录服务器,开启你的语音冒险之旅!</Bold> </Paragraph><Paragraph>如有问题,请联系管理组 QQ 群1170263999</Paragraph><Paragraph>——绵中方块人管理团队 </Paragraph><Paragraph>2025 年 2 月 6 日</Paragraph><Section Style="{StaticResource Hr}"/><Paragraph><Bold>附:语音功能 Q&amp;A</Bold> </Paragraph><Paragraph>Q语音插件是否会影响游戏流畅度 </Paragraph><Paragraph>A插件经优化处理占用资源极低无需担心卡顿 </Paragraph><Paragraph>Q手机版玩家如何适配 </Paragraph><Paragraph>Aboen 已经在写网页了,敬请期待!</Paragraph><Paragraph><Bold>团结、创意、欢乐——这里是绵中人自己的 MC 家园!</Bold> 🎮✨</Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
</StackPanel>
</local:MyCard><local:MyCard Title="探索游戏内点歌系统" CanSwap="True" IsSwaped="True" Style="{StaticResource Card}" >
<StackPanel Style="{StaticResource ContentStack}"> <StackPanel Style="{StaticResource ContentStack}">
<FlowDocumentScrollViewer > <FlowDocumentScrollViewer >
<FlowDocument> <FlowDocument>
@ -196,13 +208,5 @@ xmlns:local="clr-namespace:PCL;assembly=Plain Craft Launcher 2">
</FlowDocument> </FlowDocument>
</FlowDocumentScrollViewer> </FlowDocumentScrollViewer>
</StackPanel> </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://mc.boen.fun/2024/08/77/p=%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8c%82%e6%9c%ba%e6%b1%a0%e5%bc%80%e6%94%be%ef%bc%81">文章链接</local:MyTextButton></Underline> 发布时间: 2024年08月10日 14:47:17</Paragraph><Paragraph><Span TextDecorations="Strikethrough">腐竹写插件头发快掉了……</Span></Paragraph><Paragraph><Bold>很好Mzmc 服务器现在有挂机池辣!!!</Bold></Paragraph><Paragraph>玩家在有事没事都可以前往挂机池挂机!</Paragraph><Paragraph>挂机池每 10s 恢复 1 格血、一格饱食度、半格饱和度</Paragraph><Paragraph>目前已存在的挂机池将在下面以图片的形式表示</Paragraph><Paragraph><Bold>主城挂机池:坐标:-623,67,-1383</Bold></Paragraph><BlockUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125313-boen_shi-66b762b9a68a4-1.jpeg"/></BlockUIContainer><BlockUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125316-boen_shi-66b762bcde5bd-1.jpeg"/></BlockUIContainer><Paragraph><Bold>主城北挂机池:坐标:-631,68,-1855</Bold></Paragraph><Paragraph><InlineUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125334-boen_shi-66b762ce0a1bf-1.jpeg"/></InlineUIContainer><InlineUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125349-boen_shi-66b762dd4bd1d.webp"/></InlineUIContainer><InlineUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125402-boen_shi-66b762eae371c.webp"/></InlineUIContainer><InlineUIContainer><local:MyImage Style="{StaticResource InnerImage}" Source="https://mc.boen.fun/wp-content/uploads/2025/01/125408-boen_shi-66b762f0498fe-1.jpeg"/></InlineUIContainer></Paragraph>
</FlowDocument>
</FlowDocumentScrollViewer>
</StackPanel>
</local:MyCard> </local:MyCard>
</StackPanel> </StackPanel>