框架再次优化

This commit is contained in:
“hsc”
2026-06-09 15:39:18 +08:00
parent 60d3009670
commit c29519080a
16 changed files with 27 additions and 21 deletions

15
LOT/App.xaml Normal file
View File

@@ -0,0 +1,15 @@
<prism:PrismApplication x:Class="LOT.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:LOT"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:prism="http://prismlibrary.com/">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--自定义style-->
<ResourceDictionary Source="/UIShare;component/Styles/CommonStyle.xaml"></ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</prism:PrismApplication>