diff --git a/VPet-Simulator.Core/Handle/Function.cs b/VPet-Simulator.Core/Handle/Function.cs index 943d1d3..1e72700 100644 --- a/VPet-Simulator.Core/Handle/Function.cs +++ b/VPet-Simulator.Core/Handle/Function.cs @@ -5,7 +5,7 @@ using System.Windows.Media; namespace VPet_Simulator.Core { - public static class Function + public static partial class Function { public static Random Rnd = new Random(); /// diff --git a/VPet-Simulator.Windows.Interface/ExtensionFunction.cs b/VPet-Simulator.Windows.Interface/ExtensionFunction.cs index 01c1213..29370d0 100644 --- a/VPet-Simulator.Windows.Interface/ExtensionFunction.cs +++ b/VPet-Simulator.Windows.Interface/ExtensionFunction.cs @@ -99,7 +99,7 @@ namespace VPet_Simulator.Windows.Interface } } - public static class ExtensionValue + public static partial class ExtensionValue { /// /// 当前运行目录 diff --git a/VPet-Simulator.Windows/Res/img/rank1.png b/VPet-Simulator.Windows/Res/img/rank1.png new file mode 100644 index 0000000..77edda3 Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank1.png differ diff --git a/VPet-Simulator.Windows/Res/img/rank2.png b/VPet-Simulator.Windows/Res/img/rank2.png new file mode 100644 index 0000000..f6c9d85 Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank2.png differ diff --git a/VPet-Simulator.Windows/Res/img/rank3.png b/VPet-Simulator.Windows/Res/img/rank3.png new file mode 100644 index 0000000..038c827 Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank3.png differ diff --git a/VPet-Simulator.Windows/Res/img/rank4.png b/VPet-Simulator.Windows/Res/img/rank4.png new file mode 100644 index 0000000..2fb2edf Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank4.png differ diff --git a/VPet-Simulator.Windows/Res/img/rank5.png b/VPet-Simulator.Windows/Res/img/rank5.png new file mode 100644 index 0000000..493258a Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank5.png differ diff --git a/VPet-Simulator.Windows/Res/img/rank6.png b/VPet-Simulator.Windows/Res/img/rank6.png new file mode 100644 index 0000000..a5b9f90 Binary files /dev/null and b/VPet-Simulator.Windows/Res/img/rank6.png differ diff --git a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj index d344df3..d8229d5 100644 --- a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj +++ b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj @@ -65,11 +65,23 @@ + + + + + + + + + + + + diff --git a/VPet-Simulator.Windows/WinDesign/winCharacterPanel.xaml b/VPet-Simulator.Windows/WinDesign/winCharacterPanel.xaml index f63c7fe..af57dbb 100644 --- a/VPet-Simulator.Windows/WinDesign/winCharacterPanel.xaml +++ b/VPet-Simulator.Windows/WinDesign/winCharacterPanel.xaml @@ -45,16 +45,16 @@ + + IsReadOnly="True" Width="300"> + IsReadOnly="True" Width="160" /> @@ -199,6 +199,233 @@ + + + + + + + + + + + +