|
@@ -58,14 +58,15 @@
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<!-- 左侧菜单栏 -->
|
|
<!-- 左侧菜单栏 -->
|
|
<StackPanel>
|
|
<StackPanel>
|
|
- <Button
|
|
|
|
|
|
+ <RadioButton
|
|
x:Name="Home"
|
|
x:Name="Home"
|
|
Height="64"
|
|
Height="64"
|
|
Margin="32,32,32,0"
|
|
Margin="32,32,32,0"
|
|
Command="{Binding ShowToolCommand}"
|
|
Command="{Binding ShowToolCommand}"
|
|
CommandParameter="Guid"
|
|
CommandParameter="Guid"
|
|
Foreground="#FFFFFF"
|
|
Foreground="#FFFFFF"
|
|
- Style="{StaticResource NoColorBtn}">
|
|
|
|
|
|
+ GroupName="home"
|
|
|
|
+ Style="{StaticResource HomeContentLeftBtn}">
|
|
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image
|
|
<Image
|
|
@@ -82,14 +83,15 @@
|
|
FontSize="16"
|
|
FontSize="16"
|
|
Text="Home" />
|
|
Text="Home" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- </Button>
|
|
|
|
- <Button
|
|
|
|
|
|
+ </RadioButton>
|
|
|
|
+ <RadioButton
|
|
Height="64"
|
|
Height="64"
|
|
Margin="32,8,32,0"
|
|
Margin="32,8,32,0"
|
|
Command="{Binding ShowToolCommand}"
|
|
Command="{Binding ShowToolCommand}"
|
|
CommandParameter="ChatGPTAITranslationContent"
|
|
CommandParameter="ChatGPTAITranslationContent"
|
|
Foreground="#FFFFFF"
|
|
Foreground="#FFFFFF"
|
|
- Style="{StaticResource NoColorBtn}">
|
|
|
|
|
|
+ GroupName="home"
|
|
|
|
+ Style="{StaticResource HomeContentLeftBtn}">
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image
|
|
<Image
|
|
Margin="0,0,8,0"
|
|
Margin="0,0,8,0"
|
|
@@ -105,14 +107,15 @@
|
|
FontSize="16"
|
|
FontSize="16"
|
|
Text="AI Translation" />
|
|
Text="AI Translation" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- </Button>
|
|
|
|
- <Button
|
|
|
|
|
|
+ </RadioButton>
|
|
|
|
+ <RadioButton
|
|
Height="64"
|
|
Height="64"
|
|
Margin="32,8,32,0"
|
|
Margin="32,8,32,0"
|
|
Command="{Binding ShowToolCommand}"
|
|
Command="{Binding ShowToolCommand}"
|
|
CommandParameter="ChatGPTAIRewritingContent"
|
|
CommandParameter="ChatGPTAIRewritingContent"
|
|
Foreground="#FFFFFF"
|
|
Foreground="#FFFFFF"
|
|
- Style="{StaticResource NoColorBtn}">
|
|
|
|
|
|
+ GroupName="home"
|
|
|
|
+ Style="{StaticResource HomeContentLeftBtn}">
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image
|
|
<Image
|
|
Margin="0,0,8,0"
|
|
Margin="0,0,8,0"
|
|
@@ -128,14 +131,15 @@
|
|
FontSize="16"
|
|
FontSize="16"
|
|
Text="AI Rewriting" />
|
|
Text="AI Rewriting" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- </Button>
|
|
|
|
- <Button
|
|
|
|
|
|
+ </RadioButton>
|
|
|
|
+ <RadioButton
|
|
Height="64"
|
|
Height="64"
|
|
Margin="32,8,32,0"
|
|
Margin="32,8,32,0"
|
|
Command="{Binding ShowToolCommand}"
|
|
Command="{Binding ShowToolCommand}"
|
|
CommandParameter="ChatGPTAIErrorCorrectionContent"
|
|
CommandParameter="ChatGPTAIErrorCorrectionContent"
|
|
Foreground="#FFFFFF"
|
|
Foreground="#FFFFFF"
|
|
- Style="{StaticResource NoColorBtn}">
|
|
|
|
|
|
+ GroupName="home"
|
|
|
|
+ Style="{StaticResource HomeContentLeftBtn}">
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image
|
|
<Image
|
|
Margin="0,0,8,0"
|
|
Margin="0,0,8,0"
|
|
@@ -151,7 +155,7 @@
|
|
FontSize="16"
|
|
FontSize="16"
|
|
Text="AI Error Correction" />
|
|
Text="AI Error Correction" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- </Button>
|
|
|
|
|
|
+ </RadioButton>
|
|
<Button
|
|
<Button
|
|
Visibility="Collapsed"
|
|
Visibility="Collapsed"
|
|
x:Name="BtnOpenPDF"
|
|
x:Name="BtnOpenPDF"
|