From 5117b4f2574f9f4af0784023967b1709c8effeeb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Sat, 09 May 2026 14:58:15 +0800
Subject: [PATCH] feat:星享购 细节调整

---
 manifest.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index c48ceb6..ec26999 100644
--- a/manifest.json
+++ b/manifest.json
@@ -67,7 +67,7 @@
                 "minSdkVersion" : 29,
                 "schemes" : "xxg-app",
                 "targetSdkVersion" : 30,
-                "abiFilters" : [ "arm64-v8a" ]
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
             },
             /* ios打包配置 */
             "ios" : {
@@ -82,7 +82,8 @@
                         "com.apple.developer.associated-domains" : [ "applinks:www.ncmiruo.com" ]
                     }
                 },
-                "urltypes" : "xxg-app"
+                "urltypes" : "xxg-app",
+                "idfa" : true
             },
             /* SDK配置 */
             "sdkConfigs" : {

--
Gitblit v1.9.3