guozhaoshun 6 jaren geleden
bovenliggende
commit
01ecf329df
4 gewijzigde bestanden met toevoegingen van 287 en 2921 verwijderingen
  1. 2 2
      WinBox/MainForm.cs
  2. 283 2918
      WinBox/MainForm.resx
  3. 2 1
      WinBox/WinBox.csproj
  4. BIN
      WinBox/shuangshi.ico

+ 2 - 2
WinBox/MainForm.cs

@@ -36,10 +36,10 @@ namespace WinBox
             this.webBrowser1.ScriptErrorsSuppressed = true;
 
             //页面URL
-            this.webBrowser1.Url = new System.Uri("https://web-winapp.lingjiao.cn/build/stage/index/index.html", System.UriKind.Absolute);
+            this.webBrowser1.Url = new System.Uri("http://tt-web.api.ai160.com/debug/build/stage/index/index.html", System.UriKind.Absolute);
             this.Controls.Add(this.webBrowser1);
 
-            //RunBat("C:\\John\\WorkSpace\\WebStorm\\winBoxNode\\node_register_service.bat");
+            RunBat("C:\\Lingjiao\\winBoxNode\\start.bat");
         }
 
         private void RunBat(string batPath)

File diff suppressed because it is too large
+ 283 - 2918
WinBox/MainForm.resx


+ 2 - 1
WinBox/WinBox.csproj

@@ -65,7 +65,7 @@
     <GenerateManifests>true</GenerateManifests>
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>ico_angelbell.ico</ApplicationIcon>
+    <ApplicationIcon>shuangshi.ico</ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -136,6 +136,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="ico_angelbell.ico" />
+    <Content Include="shuangshi.ico" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 

BIN
WinBox/shuangshi.ico