From 6a4d1050424c2cdc9064334d96b1eace2f9c082b Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 22 May 2026 17:11:53 +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