Compare commits

...

2 Commits

Author SHA1 Message Date
胡宇飞 b3c541cb84 update: 设置 Banner 的默认值底色 2024-08-01 17:40:52 +08:00
胡宇飞 ceeeeaf15f update: 添加 Adjust Signature V3 文件自动导入的指令
--story=1021227 --user=yufei.hu 【中台】【变现】添加 Adjust Signature V3 文件导入功能 https://www.tapd.cn/33527076/s/1161236
2024-08-01 15:40:37 +08:00
3 changed files with 24 additions and 3 deletions

View File

@ -497,6 +497,7 @@ namespace Guru.Editor
{
ReadServiceConfig(); // Read file again
CheckAllComponents();
ExecuteAdditionalCommands();
}, null, GUILayout.Height(btnH));
}
@ -504,7 +505,14 @@ namespace Guru.Editor
}
/// <summary>
/// 执行其他的命令
/// </summary>
private void ExecuteAdditionalCommands()
{
// 部署 Adjust Signature V3
DeployAdjustSignatureV3Files();
}
#endregion
@ -1245,6 +1253,18 @@ namespace Guru.Editor
#endregion
#region OtherCommands
/// <summary>
/// 使用 Adjust 签名 V3 导入项目
/// </summary>
private void DeployAdjustSignatureV3Files()
{
AdjustSignatureHelper.DeployFiles();
}
#endregion
}

View File

@ -7,7 +7,8 @@
"Guru.LitJson",
"Guru.Runtime",
"MaxSdk.Scripts.IntegrationManager.Editor",
"Guru.Editor"
"Guru.Editor",
"GuruAdjust.Editor"
],
"includePlatforms": [
"Editor"

View File

@ -36,7 +36,7 @@ namespace Guru
/// <summary>
/// Banner 背景颜色 Hex 值
/// </summary>
public string BannerBackgroundColor = "#00000000";
public string BannerBackgroundColor = "#00000040";
/// <summary>
/// 已购买去广告道具
/// </summary>