Compare commits
	
		
			No commits in common. "b3c541cb84b768e57a4f792cbed1fb586bb5f9db" and "257f9796a564ad1592c796627821faed5b965730" have entirely different histories. 
		
	
	
		
			b3c541cb84
			...
			257f9796a5
		
	
		| 
						 | 
					@ -497,7 +497,6 @@ namespace Guru.Editor
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    ReadServiceConfig(); // Read file again
 | 
					                    ReadServiceConfig(); // Read file again
 | 
				
			||||||
                    CheckAllComponents();
 | 
					                    CheckAllComponents();
 | 
				
			||||||
                    ExecuteAdditionalCommands();
 | 
					 | 
				
			||||||
                }, null, GUILayout.Height(btnH));
 | 
					                }, null, GUILayout.Height(btnH));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
| 
						 | 
					@ -505,14 +504,7 @@ namespace Guru.Editor
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /// <summary>
 | 
					
 | 
				
			||||||
        /// 执行其他的命令
 | 
					 | 
				
			||||||
        /// </summary>
 | 
					 | 
				
			||||||
        private void ExecuteAdditionalCommands()
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            // 部署 Adjust Signature V3
 | 
					 | 
				
			||||||
            DeployAdjustSignatureV3Files(); 
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        #endregion
 | 
					        #endregion
 | 
				
			||||||
| 
						 | 
					@ -1253,18 +1245,6 @@ namespace Guru.Editor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        #endregion
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #region OtherCommands
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary>
 | 
					 | 
				
			||||||
        /// 使用 Adjust 签名 V3 导入项目
 | 
					 | 
				
			||||||
        /// </summary>
 | 
					 | 
				
			||||||
        private void DeployAdjustSignatureV3Files()
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            AdjustSignatureHelper.DeployFiles();
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #endregion
 | 
					        #endregion
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,8 +7,7 @@
 | 
				
			||||||
        "Guru.LitJson",
 | 
					        "Guru.LitJson",
 | 
				
			||||||
        "Guru.Runtime",
 | 
					        "Guru.Runtime",
 | 
				
			||||||
        "MaxSdk.Scripts.IntegrationManager.Editor",
 | 
					        "MaxSdk.Scripts.IntegrationManager.Editor",
 | 
				
			||||||
        "Guru.Editor",
 | 
					        "Guru.Editor"
 | 
				
			||||||
        "GuruAdjust.Editor"
 | 
					 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "includePlatforms": [
 | 
					    "includePlatforms": [
 | 
				
			||||||
        "Editor"
 | 
					        "Editor"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -36,7 +36,7 @@ namespace Guru
 | 
				
			||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// Banner 背景颜色 Hex 值
 | 
					        /// Banner 背景颜色 Hex 值
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        public string BannerBackgroundColor = "#00000040";
 | 
					        public string BannerBackgroundColor = "#00000000";
 | 
				
			||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// 已购买去广告道具
 | 
					        /// 已购买去广告道具
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue