From 222d8c4e63f5ca6ac611139174cf6d7ae9a509c3 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期二, 08 七月 2025 10:03:59 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/界面/View1.xaml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" index 21fe8c7..2d2b69e 100644 --- "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" +++ "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" @@ -68,7 +68,8 @@ <TextBlock Text="WebView" Foreground="Purple" /> </StackPanel> </TabItem.Header> - <wv2:WebView2 x:Name="webView" Source="https://developer.microsoft.com/zh-cn/"/> + <wv2:WebView2 x:Name="webView" /> + <!--<wv2:WebView2 x:Name="webView" Source="{Binding Source={ x:Static local:HttpServer._listenerPrefix}}"/>--> </TabItem> <!--<TabItem> <TabItem.Header> -- Gitblit v1.9.1