diff --git a/DingDong.Monitor.sln b/DingDong.Monitor.sln index bc3320f..a3613b0 100644 --- a/DingDong.Monitor.sln +++ b/DingDong.Monitor.sln @@ -5,9 +5,14 @@ VisualStudioVersion = 17.1.32407.343 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DingDong.Monitor", "DingDong.Monitor\DingDong.Monitor.csproj", "{160D9BAA-6D5B-48B0-BC5E-B7EFC53C6B8F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DingDong.MonitorTests", "DingDong.MonitorTests\DingDong.MonitorTests.csproj", "{AA5FBD2F-FB63-43C0-8C1C-AE2453571910}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DingDong.MonitorTests", "DingDong.MonitorTests\DingDong.MonitorTests.csproj", "{AA5FBD2F-FB63-43C0-8C1C-AE2453571910}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DingDong.Core", "DingDong.Core\DingDong.Core.csproj", "{F958EEDC-6C20-4C56-AF6C-BF3B262B56D3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DingDong.Core", "DingDong.Core\DingDong.Core.csproj", "{F958EEDC-6C20-4C56-AF6C-BF3B262B56D3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{9B3FBD75-07B2-438A-8392-899F52B900F7}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/DingDong.Monitor/LoginFrm.Designer.cs b/DingDong.Monitor/LoginFrm.Designer.cs index f3a6063..4067284 100644 --- a/DingDong.Monitor/LoginFrm.Designer.cs +++ b/DingDong.Monitor/LoginFrm.Designer.cs @@ -70,7 +70,7 @@ private void InitializeComponent() this.Controls.Add(this.label1); this.Name = "LoginFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "LoginFrm"; + this.Text = "登录 - 叮咚助手 "; this.ResumeLayout(false); this.PerformLayout(); diff --git a/DingDong.Monitor/MainFrm.Designer.cs b/DingDong.Monitor/MainFrm.Designer.cs index 6b3f71d..fde22e0 100644 --- a/DingDong.Monitor/MainFrm.Designer.cs +++ b/DingDong.Monitor/MainFrm.Designer.cs @@ -494,7 +494,7 @@ private void InitializeComponent() this.Controls.Add(this.groupBox1); this.Name = "MainFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "MainFrm"; + this.Text = "叮咚助手"; this.Shown += new System.EventHandler(this.MainFrm_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); diff --git a/Images/setting-fiddler-01.png b/Images/setting-fiddler-01.png new file mode 100644 index 0000000..07b47b5 Binary files /dev/null and b/Images/setting-fiddler-01.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..c59c8ed --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +## + +### ¼ +1. PC ¼΢ţС **** +2. **Fiddler** װ, Https ץСﳵĵַ +3. ![Setting Fiddler 01](Images/setting-fiddler-01.png) \ No newline at end of file