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