xiongzhu 3 lat temu
rodzic
commit
91d00a5f92
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      config.xml
  2. 1 1
      www/index.html

+ 2 - 2
config.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.nft" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="me.zc.store" ios-CFBundleVersion="199" android-versionCode="1253">
-	<name>RAEX宇宙</name>
+<widget id="vip.raex.nft" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="me.zc.store" ios-CFBundleVersion="199" android-versionCode="1256">
+	<name>绿洲宇宙</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.
     </description>

+ 1 - 1
www/index.html

@@ -28,7 +28,7 @@
 
         var version = '1.0.3';
         var iosCFBundleVersion = '199';
-        var androidVersionCode = '1252';
+        var androidVersionCode = '1255';
         document.addEventListener("online", function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {