From fcceeb05d47be8137c2bb2cdbac9c74fa1fe9520 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 26 May 2026 11:20:15 +0800
Subject: [PATCH] feat:星享购 绑卡+权收

---
 manifest.json |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index c48ceb6..36437ac 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "星享购",
     "appid" : "__UNI__6FA73A5",
     "description" : "",
-    "versionName" : "1.3.5",
-    "versionCode" : 135,
+    "versionName" : "1.3.6",
+    "versionCode" : 136,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
@@ -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