Skip to content

Commit

Permalink
bump: MaterialDesign
Browse files Browse the repository at this point in the history
doc: update copyright year
  • Loading branch information
Forgot-Dream committed Jun 28, 2024
1 parent 84cd93f commit ad41adf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
19 changes: 11 additions & 8 deletions App.xaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<prism:PrismApplication x:Class="STS_Bcut.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:prism="http://prismlibrary.com/">
<prism:PrismApplication
x:Class="STS_Bcut.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:prism="http://prismlibrary.com/">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="BlueGrey" SecondaryColor="Lime" />
<ResourceDictionary
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
<materialDesign:BundledTheme
BaseTheme="Light"
PrimaryColor="BlueGrey"
SecondaryColor="Lime" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign2.Defaults.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- 支持拖动添加文件
- 支持多视频/语音文件的一次性转录

运行需要安装.NET 6 Runtime和ffmpeg
运行需要安装.NET 8 Runtime和ffmpeg

---

Expand Down Expand Up @@ -36,4 +36,4 @@ GNU GENERAL PUBLIC LICENSE Version 3

---

Copyright © 2023 Forgot-Dream
Copyright © 2023-2024 Forgot-Dream
2 changes: 1 addition & 1 deletion STS-Bcut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="FFMpegCore" Version="5.1.0" />
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="MaterialDesignThemes" Version="5.1.0" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Prism.Core" Version="8.1.97" />
Expand Down
4 changes: 2 additions & 2 deletions src/Views/AboutView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:md="http://materialdesigninxaml.net/winfx/xaml/themes"
d:DesignHeight="120"
d:DesignWidth="400"
d:DesignWidth="500"
mc:Ignorable="d">
<md:Card md:ElevationAssist.Elevation="Dp4">
<DockPanel
Expand Down Expand Up @@ -37,7 +37,7 @@
Kind="Github" />
<Hyperlink Click="Hyperlink_OnClick" NavigateUri="https://github.com/Forgot-Dream/STS-Bcut">Forgot-Dream/STS-Bcut</Hyperlink>
</TextBlock>
<TextBlock Margin="4,2" Text="开源协议 GPL-3.0 | Copyright © 2023 Forgot-Dream" />
<TextBlock Margin="4,2" Text="开源协议 GPL-3.0 | Copyright © 2023-2024 Forgot-Dream" />
<TextBlock
Margin="4"
FontWeight="Bold"
Expand Down

0 comments on commit ad41adf

Please sign in to comment.