diff --git a/Help.xaml b/Help.xaml
new file mode 100644
index 0000000..ae8a52c
--- /dev/null
+++ b/Help.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Help.xaml.cs b/Help.xaml.cs
new file mode 100644
index 0000000..29f319c
--- /dev/null
+++ b/Help.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace formula_manage
+{
+ ///
+ /// Help.xaml 的交互逻辑
+ ///
+ public partial class Help : Window
+ {
+ public Help()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/Logo/SUNLIGHT.ico b/Logo/SUNLIGHT.ico
new file mode 100644
index 0000000..2e138f4
Binary files /dev/null and b/Logo/SUNLIGHT.ico differ
diff --git a/Logo/sunlight_sc.png b/Logo/sunlight_sc.png
new file mode 100644
index 0000000..5165ad8
Binary files /dev/null and b/Logo/sunlight_sc.png differ
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 9a27358..0255b36 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -13,6 +13,7 @@
+