warr.qian преди 3 години
родител
ревизия
5194e95bf4
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      clone&pull tool.bat

+ 2 - 1
clone&pull tool.bat

@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
 		)
 		cd ..
 	)
-	if %pullnum% lss 12 (
+	if %pullnum% lss 14 (
 		goto MsgClone
 	)
 ) 
@@ -72,6 +72,7 @@ if not exist WingEmailModule (git clone http://git.ius.plus:88/Project-Wing/Wing
 if not exist WingInterfaceLibrary (git clone http://git.ius.plus:88/Project-Wing/WingInterfaceLibrary.git && echo;)
 if not exist WingCloudServer (git clone http://git.ius.plus:88/Project-Wing/WingCloudServer.git && echo;)
 if not exist WingDeviceService (git clone http://git.ius.plus:88/Project-Wing/WingDeviceService.git && echo;)
+if not exist WingNotificationModule (git clone http://git.ius.plus/Project-Wing/WingNotificationModule.git && echo;)
 
 echo Finished!
 pause>nul