修改默认网址

This commit is contained in:
zhangyazhou 2022-12-10 17:08:52 +08:00
parent 25bc5f966f
commit b9078f8789

View File

@ -65,7 +65,7 @@
</Grid> </Grid>
<Border Grid.Row="1" BorderBrush="Gray" BorderThickness="0,1"> <Border Grid.Row="1" BorderBrush="Gray" BorderThickness="0,1">
<wpf:ChromiumWebBrowser x:Name="Browser" <wpf:ChromiumWebBrowser x:Name="Browser"
Address="https://www.google.com"> Address="https://blog.devwiki.net">
<behaviors:Interaction.Behaviors> <behaviors:Interaction.Behaviors>
<behaviours:HoverLinkBehaviour x:Name="HoverLinkBehaviour" /> <behaviours:HoverLinkBehaviour x:Name="HoverLinkBehaviour" />
</behaviors:Interaction.Behaviors> </behaviors:Interaction.Behaviors>