更新sdk

This commit is contained in:
2026-03-18 15:52:02 +08:00
parent 52bd0d8e48
commit 5981631076
115 changed files with 532 additions and 314 deletions

View File

@@ -104,6 +104,7 @@ namespace AnyThink.Scripts.Editor
bunldePathsToAdd.Add(Path.Combine("Pods/", "BigoADS/BigoADS/BigoADSRes.bundle"));
bunldePathsToAdd.Add(Path.Combine("Pods/", "Ads-Global/SDK/PAGAdSDK.bundle"));
bunldePathsToAdd.Add(Path.Combine("Pods/", "Ads-CN/SDK/CSJAdSDK.bundle"));
bunldePathsToAdd.Add(Path.Combine("Pods/", "Ads-CN-Beta/SDK/CSJAdSDK.bundle"));
return bunldePathsToAdd;
}