<Border BorderBrush="{DynamicResource ColorBrush3}" BorderThickness="3" CornerRadius="8" Margin="0,0,0,20">
    <Border.Background>
        <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
            <GradientStop Color="#abdcff" Offset="0" />
            <GradientStop Color="#5CBBFF" Offset="1" />
        </LinearGradientBrush>
    </Border.Background>
    <StackPanel Margin="0,40,0,0">
        <StackPanel HorizontalAlignment="Center">
            <TextBlock Text="欢迎来到 PCL 主页广场" FontSize="38" Margin="0,-5,0,20" FontWeight="Bold" Foreground="#ffffff">
                <TextBlock.Effect>
                    <DropShadowEffect Color="#fff" Direction="320" ShadowDepth="0" BlurRadius="15" Opacity="0.5" />
                </TextBlock.Effect>
            </TextBlock>
        </StackPanel>
        <StackPanel HorizontalAlignment="Center">
            <TextBlock Text="但是我们暂时下线了服务……" FontSize="14" Margin="0,-5,0,20" FontWeight="Bold" Foreground="#ffffff" Opacity="0.75">
                <TextBlock.Effect>
                    <DropShadowEffect Color="#fff" Direction="320" ShadowDepth="0" BlurRadius="15" Opacity="0.5" />
                </TextBlock.Effect>
            </TextBlock>
        </StackPanel>
        <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Bottom">
            <Image Height="40" Source="http://image.hhhhhy.kim/45/81.png" />
        </StackPanel>
    </StackPanel>
</Border>
<local:MyCard Margin="0,10,0,14">
    <Border BorderBrush="{DynamicResource ColorBrush2}" Margin="-0.6" CornerRadius="5" BorderThickness="0,0,0,10">
        <StackPanel>
            <Grid Margin="26,20,20,18">
                <StackPanel>
                    <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,0,0,4">
                        <TextBlock FontSize="18" Foreground="{DynamicResource ColorBrush2}">
                            <Bold>
                                <Run Text="重要通知" />
                            </Bold>
                        </TextBlock>
                    </StackPanel>
                    <StackPanel>
                        <TextBlock Text="很抱歉，我们于 2026/3/19 正式下线了所有平台服务。" />
                        <TextBlock Text="在下一代主页托管平台与构建系统上线前，当前所有服务将暂时不可用，我们正在积极重建中。" />
                        <TextBlock Text="如果你不是在访问主页市场的时候看到了这个页面，记得去提醒一下对应的作者更换链接哦~" />
                    </StackPanel>
                </StackPanel>
            </Grid>
        </StackPanel>
    </Border>
</local:MyCard>