| 
														
															@@ -87,6 +87,7 @@ const searchHandler = async () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   siteUrl.value = siteUrl.value.trim(); 
														 | 
														
														 | 
														
															   siteUrl.value = siteUrl.value.trim(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															   if(!checkURL(siteUrl.value)) { 
														 | 
														
														 | 
														
															   if(!checkURL(siteUrl.value)) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    message.info('Incorrect URL entered'); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     //提示 
														 | 
														
														 | 
														
															     //提示 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return; 
														 | 
														
														 | 
														
															     return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }  
														 | 
														
														 | 
														
															   }  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -181,12 +182,12 @@ const createGuideWindow = (params, isUpdate = false) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   openWindowList = []; 
														 | 
														
														 | 
														
															   openWindowList = []; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   selectAppGuideData = {}; 
														 | 
														
														 | 
														
															   selectAppGuideData = {}; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  let windowWith = window.innerWidth - 500; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  let windowWith = window.screen.width - 500; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   let guideUrl = chrome.runtime.getURL('/iframe/tool-box-guide.html'); 
														 | 
														
														 | 
														
															   let guideUrl = chrome.runtime.getURL('/iframe/tool-box-guide.html'); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															   chrome.windows.create({ 
														 | 
														
														 | 
														
															   chrome.windows.create({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     width: windowWith, 
														 | 
														
														 | 
														
															     width: windowWith, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    type: 'popup', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    type: 'normal', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     url: params.defaultUrl, 
														 | 
														
														 | 
														
															     url: params.defaultUrl, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     state: 'normal' 
														 | 
														
														 | 
														
															     state: 'normal' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, function (window) { 
														 | 
														
														 | 
														
															   }, function (window) { 
														 |