xiongzhu 4 yıl önce
ebeveyn
işleme
515e13d760
3 değiştirilmiş dosya ile 10 ekleme ve 2 silme
  1. 1 1
      config.xml
  2. 6 0
      package-lock.json
  3. 3 1
      package.json

+ 1 - 1
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.nft" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleVersion="87" android-versionCode="111">
+<widget id="vip.raex.nft" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleVersion="89" android-versionCode="112">
 	<name>绿洲宇宙</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.

+ 6 - 0
package-lock.json

@@ -474,6 +474,12 @@
       "integrity": "sha1-i1VGtWtE5tLGm+fMkg1eE0y7K38=",
       "dev": true
     },
+    "cordova-plugin-purchase": {
+      "version": "10.6.1",
+      "resolved": "https://registry.npmmirror.com/cordova-plugin-purchase/download/cordova-plugin-purchase-10.6.1.tgz",
+      "integrity": "sha1-Mq6+0ppn52B6zDc6q+P/ecHqwJs=",
+      "dev": true
+    },
     "cordova-plugin-remote-injection": {
       "version": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git#ecfb1c40c94f7f68b122d9fe0b3f64a4043ad7b8",
       "from": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",

+ 3 - 1
package.json

@@ -26,6 +26,7 @@
     "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-network-information": "^3.0.0",
+    "cordova-plugin-purchase": "^10.6.1",
     "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
     "cordova-plugin-splashscreen": "^6.0.0",
     "cordova-plugin-statusbar": "^3.0.0",
@@ -46,7 +47,8 @@
       "cordova-save-image-gallery": {},
       "cordova-plugin-remote-injection": {},
       "cordova-plugin-android-notch": {},
-      "cordova-plugin-appinfo": {}
+      "cordova-plugin-appinfo": {},
+      "cordova-plugin-purchase": {}
     },
     "platforms": [
       "android",