Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

移除三连气泡特效 #197

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
<None Remove="Pages\ViewLaterPage.xaml" />
<None Remove="Styles\Overwrites.xaml" />
<None Remove="Styles\TrayResources.xaml" />
<None Remove="Controls\Base\BubbleView\BubbleView.xaml" />
<None Remove="Controls\Base\ProgressButton\ProgressButton.xaml" />
<None Remove="Controls\Comment\CommentDetailView\CommentDetailView.xaml" />
<None Remove="Controls\Comment\CommentItem\CommentItem.xaml" />
Expand Down Expand Up @@ -184,9 +183,9 @@
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="NLog" Version="5.2.7" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="Roman-Numerals" Version="2.0.0" />
<PackageReference Include="Vortice.WinUI" Version="3.4.1-beta" />
<PackageReference Include="Vortice.WinUI" Version="3.4.2-beta" />
<PackageReference Include="WinUIEx" Version="2.3.3" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down Expand Up @@ -442,9 +441,6 @@
<Page Update="Controls\Base\ProgressButton\ProgressButton.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Update="Controls\Base\BubbleView\BubbleView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Update="Controls\Modules\PgcInformationView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down
1 change: 0 additions & 1 deletion src/App/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<ResourceDictionary Source="ms-appx:///Controls/Danmaku/DanmakuView/DanmakuView.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Base/BiliPlayer/BiliPlayer.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Base/BiliPlayerOverlay/BiliPlayerOverlay.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Base/BubbleView/BubbleView.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Base/ProgressButton/ProgressButton.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Comment/CommentItem/CommentItem.xaml" />
<ResourceDictionary Source="ms-appx:///Controls/Comment/CommentMainView/CommentMainView.xaml" />
Expand Down
191 changes: 0 additions & 191 deletions src/App/Controls/Base/BubbleView/Bubble.cs

This file was deleted.

58 changes: 0 additions & 58 deletions src/App/Controls/Base/BubbleView/BubbleView.Properties.cs

This file was deleted.

Loading
Loading