xiongzhu 3 年之前
父節點
當前提交
7aaa3c2a1c
共有 2 個文件被更改,包括 6 次插入6 次删除
  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"?>
-<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>
         A sample Apache Cordova application that responds to the deviceready event.
     </description>
@@ -43,11 +43,11 @@
 		<allow-intent href="market:*"/>
 		<allow-intent href="alipays:*"/>
 		<allow-intent href="weixin:*"/>
-		<preference name="StatusBarOverlaysWebView" value="false"/>
+		<preference name="StatusBarOverlaysWebView" value="true"/>
 		<preference name="StatusBarStyle" value="lightcontent"/>
 		<preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
 		<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/mipmap-ldpi/ic_launcher.png" density="ldpi"/>
 		<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 iosCFBundleVersion = '161';
-        var androidVersionCode = '1186';
+        var iosCFBundleVersion = '162';
+        var androidVersionCode = '1188';
         document.addEventListener('deviceready', function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {