xiongzhu 3 anni fa
parent
commit
cd8c8b67df
5 ha cambiato i file con 42 aggiunte e 3 eliminazioni
  1. 1 1
      config.xml
  2. 32 0
      package-lock.json
  3. 3 1
      package.json
  4. 1 1
      www/index.html
  5. 5 0
      yarn.lock

+ 1 - 1
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="170" android-versionCode="1189">
+<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="171" android-versionCode="1190">
 	<name>OASISMETA</name>
 	<name>OASISMETA</name>
 	<description>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.
         A sample Apache Cordova application that responds to the deviceready event.

+ 32 - 0
package-lock.json

@@ -26,6 +26,7 @@
         "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
         "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
         "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
         "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
         "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
         "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
+        "cordova-plugin-inappbrowser": "^5.0.0",
         "cordova-plugin-network-information": "^3.0.0",
         "cordova-plugin-network-information": "^3.0.0",
         "cordova-plugin-purchase": "^10.6.1",
         "cordova-plugin-purchase": "^10.6.1",
         "cordova-plugin-qrscanner": "^3.0.1",
         "cordova-plugin-qrscanner": "^3.0.1",
@@ -683,6 +684,31 @@
         }
         }
       }
       }
     },
     },
+    "node_modules/cordova-plugin-inappbrowser": {
+      "version": "5.0.0",
+      "resolved": "https://registry.npmmirror.com/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0.tgz",
+      "integrity": "sha512-MqnpmUQ/iy6hxtIGDdlIhy8aNi1pNanLATpbnkk7uCqW9YQ4rH/dGK9zESbZ50pUi2A2D2QMjBXNV175TJK5OQ==",
+      "dev": true,
+      "engines": {
+        "cordovaDependencies": {
+          "0.2.3": {
+            "cordova": ">=3.1.0"
+          },
+          "4.0.0": {
+            "cordova": ">=3.1.0",
+            "cordova-ios": ">=4.0.0"
+          },
+          "5.0.0": {
+            "cordova": ">=9.0.0",
+            "cordova-android": ">=9.0.0",
+            "cordova-ios": ">=6.0.0"
+          },
+          "6.0.0": {
+            "cordova": ">100"
+          }
+        }
+      }
+    },
     "node_modules/cordova-plugin-network-information": {
     "node_modules/cordova-plugin-network-information": {
       "version": "3.0.0",
       "version": "3.0.0",
       "resolved": "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz",
       "resolved": "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz",
@@ -3509,6 +3535,12 @@
       "dev": true,
       "dev": true,
       "from": "cordova-plugin-file-transfer@git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3"
       "from": "cordova-plugin-file-transfer@git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3"
     },
     },
+    "cordova-plugin-inappbrowser": {
+      "version": "5.0.0",
+      "resolved": "https://registry.npmmirror.com/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0.tgz",
+      "integrity": "sha512-MqnpmUQ/iy6hxtIGDdlIhy8aNi1pNanLATpbnkk7uCqW9YQ4rH/dGK9zESbZ50pUi2A2D2QMjBXNV175TJK5OQ==",
+      "dev": true
+    },
     "cordova-plugin-network-information": {
     "cordova-plugin-network-information": {
       "version": "3.0.0",
       "version": "3.0.0",
       "resolved": "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz",
       "resolved": "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz",

+ 3 - 1
package.json

@@ -26,6 +26,7 @@
     "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
     "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
     "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
     "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
     "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
     "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
+    "cordova-plugin-inappbrowser": "^5.0.0",
     "cordova-plugin-network-information": "^3.0.0",
     "cordova-plugin-network-information": "^3.0.0",
     "cordova-plugin-purchase": "^10.6.1",
     "cordova-plugin-purchase": "^10.6.1",
     "cordova-plugin-qrscanner": "^3.0.1",
     "cordova-plugin-qrscanner": "^3.0.1",
@@ -78,7 +79,8 @@
         "DEEPLINK_5_SCHEME": " ",
         "DEEPLINK_5_SCHEME": " ",
         "DEEPLINK_5_HOST": " "
         "DEEPLINK_5_HOST": " "
       },
       },
-      "cordova-plugin-umeng": {}
+      "cordova-plugin-umeng": {},
+      "cordova-plugin-inappbrowser": {}
     },
     },
     "platforms": [
     "platforms": [
       "android",
       "android",

+ 1 - 1
www/index.html

@@ -27,7 +27,7 @@
         }
         }
 
 
         var version = '1.0.2';
         var version = '1.0.2';
-        var iosCFBundleVersion = '169';
+        var iosCFBundleVersion = '170';
         var androidVersionCode = '1189';
         var androidVersionCode = '1189';
         document.addEventListener('deviceready', function () {
         document.addEventListener('deviceready', function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)

+ 5 - 0
yarn.lock

@@ -375,6 +375,11 @@
   "resolved" "git+ssh://git@github.com/apache/cordova-plugin-file.git#06ff0eb889a863c010082a9e36b2ab964f868940"
   "resolved" "git+ssh://git@github.com/apache/cordova-plugin-file.git#06ff0eb889a863c010082a9e36b2ab964f868940"
   "version" "4.3.3"
   "version" "4.3.3"
 
 
+"cordova-plugin-inappbrowser@^5.0.0":
+  "integrity" "sha512-MqnpmUQ/iy6hxtIGDdlIhy8aNi1pNanLATpbnkk7uCqW9YQ4rH/dGK9zESbZ50pUi2A2D2QMjBXNV175TJK5OQ=="
+  "resolved" "https://registry.npmmirror.com/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0.tgz"
+  "version" "5.0.0"
+
 "cordova-plugin-network-information@^3.0.0":
 "cordova-plugin-network-information@^3.0.0":
   "integrity" "sha1-i1VGtWtE5tLGm+fMkg1eE0y7K38="
   "integrity" "sha1-i1VGtWtE5tLGm+fMkg1eE0y7K38="
   "resolved" "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz"
   "resolved" "https://registry.nlark.com/cordova-plugin-network-information/download/cordova-plugin-network-information-3.0.0.tgz"