panhui 3 жил өмнө
parent
commit
cb18013348

+ 1 - 1
build_android.sh

@@ -1,3 +1,3 @@
 cordova build android --release -- --keystore=zouma.jks --storePassword=zouma123 --password=zouma123 --alias=zouma
 adb install -r  /Users/drew/Projects/cordova/raex_app/platforms/android/app/build/outputs/apk/release/app-release.apk
-adb shell am start -n vip.raex.oasismeta/.MainActivity
+adb shell am start -n vip.raex.oasismeta/.MainActivity                                                                                                                    

+ 4 - 4
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="yags.raex.vip" 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="177" android-versionCode="1232">
+<widget id="yags.raex.vip" 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="177" android-versionCode="1235">
 	<name>绿洲电竞链</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.
@@ -7,7 +7,7 @@
 	<author email="dev@cordova.apache.org" href="http://cordova.io">
         Apache Cordova Team
     </author>
-	<content src="http://test.yags.raex.vip/h5/home"/>
+	<content src="https://yags.raex.vip/h5/home"/>
 	<access origin="*"/>
 	<allow-intent href="http://*/*"/>
 	<allow-intent href="https://*/*"/>
@@ -16,7 +16,7 @@
 	<allow-intent href="mailto:*"/>
 	<allow-intent href="geo:*"/>
 	<allow-navigation href="http://test.yags.raex.vip/*"/>
-	<allow-navigation href="https://test.raex.vip/*"/>
+	<allow-navigation href="https://yags.raex.vip/*"/>
 	<allow-navigation href="https://ios.raex.vip/*"/>
 	<allow-navigation href="http://192.168.6.116:8082/*"/>
 	<allow-navigation href="http://192.168.6.116:8081/*"/>
@@ -45,7 +45,7 @@
 		<allow-intent href="market:*"/>
 		<allow-intent href="alipays:*"/>
 		<allow-intent href="weixin:*"/>
-		<preference name="StatusBarOverlaysWebView" value="true"/>
+		<preference name="StatusBarOverlaysWebView" value="false"/>
 		<preference name="StatusBarStyle" value="lightcontent"/>
 		<preference name="SplashMaintainAspectRatio" value="true"/>
 		<preference name="AndroidLaunchMode" value="singleInstance"/>

BIN
res/icon/android/ic_launcher-web.png


BIN
res/icon/android/icon.png


BIN
res/icon/android/mipmap-hdpi/ic_launcher.png


BIN
res/icon/android/mipmap-ldpi/ic_launcher.png


BIN
res/icon/android/mipmap-mdpi/ic_launcher.png


BIN
res/icon/android/mipmap-tvhdpi/ic_launcher.png


BIN
res/icon/android/mipmap-xhdpi/ic_launcher.png


BIN
res/icon/android/mipmap-xxhdpi/ic_launcher.png


BIN
res/icon/android/mipmap-xxxhdpi/ic_launcher.png


BIN
res/splash/ios/Default@2x~universal~anyany.png


+ 1 - 1
www/index.html

@@ -28,7 +28,7 @@
 
         var version = '1.0.2';
         var iosCFBundleVersion = '177';
-        var androidVersionCode = '1231';
+        var androidVersionCode = '1234';
         document.addEventListener('deviceready', function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {