feat: add ERP agent pet bridge and startup guide
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<Window x:Class="Lskj.AgentPet.Host.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
|
||||
Title="朗速 ERP 智能桌宠"
|
||||
Width="430"
|
||||
Height="680"
|
||||
WindowStyle="None"
|
||||
ResizeMode="NoResize"
|
||||
AllowsTransparency="True"
|
||||
Background="Transparent"
|
||||
Topmost="True"
|
||||
ShowInTaskbar="False">
|
||||
<Grid Background="Transparent">
|
||||
<wv2:WebView2CompositionControl x:Name="PetWebView"
|
||||
DefaultBackgroundColor="Transparent" />
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user