From 6584848d00acd83de64f813fb5b03e8fb4b42773 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期四, 21 三月 2024 16:12:46 +0800
Subject: [PATCH] 1.Mobox2的3018新增元数据方法迁移到PDAController里,并支持登录sessionid时间过期后自动登录 2.3200功能点增加set_panel_html action处理 3.调整3018功能点Set_dlg_attr action处理

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

diff --git a/manifest.json b/manifest.json
index aac7937..e859040 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "MoboxPDA",
     "appid" : "__UNI__56D451E",
     "description" : "",
-    "versionName" : "1.0.18",
-    "versionCode" : 1008,
+    "versionName" : "1.0.65",
+    "versionCode" : 1065,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
@@ -44,7 +44,9 @@
                 ]
             },
             /* ios鎵撳寘閰嶇疆 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
                 "ad" : {}

--
Gitblit v1.9.1