xiongzhu hace 3 años
padre
commit
7aaa3c2a1c
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 4 4
      config.xml
  2. 2 2
      www/index.html

+ 4 - 4
config.xml

@@ -1,6 +1,6 @@
 <?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="161" android-versionCode="1187">
-	<name>RAEX宇宙</name>
+<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="163" android-versionCode="1189">
+	<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.
     </description>
     </description>
@@ -43,11 +43,11 @@
 		<allow-intent href="market:*"/>
 		<allow-intent href="market:*"/>
 		<allow-intent href="alipays:*"/>
 		<allow-intent href="alipays:*"/>
 		<allow-intent href="weixin:*"/>
 		<allow-intent href="weixin:*"/>
-		<preference name="StatusBarOverlaysWebView" value="false"/>
+		<preference name="StatusBarOverlaysWebView" value="true"/>
 		<preference name="StatusBarStyle" value="lightcontent"/>
 		<preference name="StatusBarStyle" value="lightcontent"/>
 		<preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
 		<preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
 		<preference name="SplashMaintainAspectRatio" value="true"/>
 		<preference name="SplashMaintainAspectRatio" value="true"/>
-        <preference name="AndroidLaunchMode" value="singleInstance" />
+		<preference name="AndroidLaunchMode" value="singleInstance"/>
 		<icon src="res/icon/android/icon.png"/>
 		<icon src="res/icon/android/icon.png"/>
 		<icon src="res/icon/android/mipmap-ldpi/ic_launcher.png" density="ldpi"/>
 		<icon src="res/icon/android/mipmap-ldpi/ic_launcher.png" density="ldpi"/>
 		<icon src="res/icon/android/mipmap-mdpi/ic_launcher.png" density="mdpi"/>
 		<icon src="res/icon/android/mipmap-mdpi/ic_launcher.png" density="mdpi"/>

+ 2 - 2
www/index.html

@@ -27,8 +27,8 @@
         }
         }
 
 
         var version = '1.0.2';
         var version = '1.0.2';
-        var iosCFBundleVersion = '161';
-        var androidVersionCode = '1186';
+        var iosCFBundleVersion = '162';
+        var androidVersionCode = '1188';
         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)
                 .then(function (res) {
                 .then(function (res) {