| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget id="com.izouma.leitongxue" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>雷同学</name>
- <description> A sample Apache Cordova application that responds to the deviceready event. </description>
- <author email="dev@cordova.apache.org" href="http://cordova.io"> Apache Cordova Team </author>
- <content src="leitongxue.html#/home/recommend" />
- <plugin name="cordova-plugin-whitelist" spec="1" />
- <access origin="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <access origin="*" />
- <allow-navigation href="*" />
- <allow-navigation href="http://*/*" />
- <allow-navigation href="https://*/*" />
- <allow-navigation href="tel:*" />
- <allow-navigation href="sms:*" />
- <allow-navigation href="mailto:*" />
- <allow-navigation href="geo:*" />
- <config-file parent="/*" target="AndroidManifest.xml">
- <uses-permission android:name="android.permission.INTERNET" />
- </config-file>
- <icon density="ldpi" src="res/icon/android/mipmap-ldpi/ic_launcher.png" />
- <icon density="mdpi" src="res/icon/android/mipmap-mdpi/ic_launcher.png" />
- <icon density="hdpi" src="res/icon/android/mipmap-hdpi/ic_launcher.png" />
- <icon density="xhdpi" src="res/icon/android/mipmap-xhdpi/ic_launcher.png" />
- <icon density="xxhdpi" src="res/icon/android/mipmap-xxhdpi/ic_launcher.png" />
- <icon density="xxxhdpi" src="res/icon/android/mipmap-xxxhdpi/ic_launcher.png" />
- <splash density="ldpi" src="res/screen/android/splash.png" />
- <splash density="mdpi" src="res/screen/android/splash.png" />
- <splash density="hdpi" src="res/screen/android/splash.png" />
- <splash density="xhdpi" src="res/screen/android/splash.png" />
- <splash density="xxhdpi" src="res/screen/android/splash.png" />
- <splash density="xxxhdpi" src="res/screen/android/splash.png" />
- <preference name="StatusBarOverlaysWebView" value="true" />
- </platform>
- <platform name="ios">
- <config-file parent="CFBundleLocalizations" target="*-Info.plist">
- <array>
- <string>zh_CN</string>
- </array>
- </config-file>
- <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
- <string>需要相机权限才能继续使用</string>
- </config-file>
- <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
- <string>需要相册权限才能继续使用</string>
- </config-file>
- <allow-intent href="itms:*" />
- <allow-intent href="itms-apps:*" />
- <access origin="*" />
- <allow-navigation href="*" />
- <allow-navigation href="http://*/*" />
- <allow-navigation href="https://*/*" />
- <allow-navigation href="tel:*" />
- <allow-navigation href="sms:*" />
- <allow-navigation href="mailto:*" />
- <allow-navigation href="geo:*" />
- <preference name="StatusBarOverlaysWebView" value="false" />
- <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
- <icon height="20" src="res/icon/ios/Icon-20.png" width="20" />
- <icon height="29" src="res/icon/ios/Icon-29.png" width="29" />
- <icon height="40" src="res/icon/ios/Icon-40.png" width="40" />
- <icon height="50" src="res/icon/ios/Icon-50.png" width="50" />
- <icon height="57" src="res/icon/ios/Icon-57.png" width="57" />
- <icon height="58" src="res/icon/ios/Icon-29@2x.png" width="58" />
- <icon height="60" src="res/icon/ios/Icon-60.png" width="60" />
- <icon height="72" src="res/icon/ios/Icon-72.png" width="72" />
- <icon height="76" src="res/icon/ios/Icon-76.png" width="76" />
- <icon height="80" src="res/icon/ios/Icon-40@2x.png" width="80" />
- <icon height="87" src="res/icon/ios/Icon-29@3x.png" width="87" />
- <icon height="100" src="res/icon/ios/Icon-50@2x.png" width="100" />
- <icon height="114" src="res/icon/ios/Icon-57@2x.png" width="114" />
- <icon height="120" src="res/icon/ios/Icon-60@2x.png" width="120" />
- <icon height="144" src="res/icon/ios/Icon-72@2x.png" width="144" />
- <icon height="152" src="res/icon/ios/Icon-76@2x.png" width="152" />
- <icon height="167" src="res/icon/ios/Icon-83.5@2x.png" width="167" />
- <icon height="180" src="res/icon/ios/Icon-60@3x.png" width="180" />
- <icon height="1024" src="res/icon/ios/Icon-1024.png" width="1024" />
- </platform>
- <plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
- <plugin name="cordova-plugin-camera" spec="^4.0.3" />
- <plugin name="cordova-plugin-device" spec="^2.0.2" />
- <plugin name="cordova-plugin-x-toast" spec="^2.6.2" />
- <plugin name="cordova-plugin-clipboard-x" spec="^1.0.1" />
- <preference name="BackgroundColor" value="0xFFFFFFFF" />
- <preference name="SuppressesIncrementalRendering" value="true" />
- <preference name="target-device" value="handset" />
- <preference name="Orientation" value="portrait" />
- <preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="SplashMaintainAspectRatio" value="true" />
- <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
- <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
- <plugin name="cordova-plugin-wechatv2" spec="^2.1.2">
- <variable name="WECHATAPPID" value="wx4f228b18e366330c" />
- </plugin>
- <plugin name="cordova-plugin-remote-injection" spec="^0.5.2" />
- <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
- <plugin name="cordova-plugin-crosswalk-webview" spec="https://github.com/fribace/cordova-plugin-crosswalk-webview.git">
- <variable name="XWALK_VERSION" value="23+" />
- <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
- <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
- <variable name="XWALK_MODE" value="embedded" />
- <variable name="XWALK_MULTIPLEAPK" value="false" />
- </plugin>
- <engine name="android" spec="^6.3.0" />
- <engine name="ios" spec="^4.5.4" />
- </widget>
|