config.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.shotshock.twong" version="1.2.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>美天旺</name>
  4. <description>
  5. 美天旺是完璧时空旗下新型垂直电商App,专注于新经济下的购物服务!
  6. </description>
  7. <author email="dev@shopshock.shop" href="http://www.shopshock.shop">
  8. twong Team
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <allow-intent href="http://*/*" />
  13. <allow-intent href="https://*/*" />
  14. <allow-intent href="tel:*" />
  15. <allow-intent href="sms:*" />
  16. <allow-intent href="mailto:*" />
  17. <allow-intent href="geo:*" />
  18. <platform name="android">
  19. <allow-intent href="market:*" />
  20. <icon src="res/android/mipmap-mdpi/ic_launcher.png" density="mdpi" />
  21. <icon src="res/android/mipmap-hdpi/ic_launcher.png" density="hdpi" />
  22. <icon src="res/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi" />
  23. <icon src="res/android/mipmap-xxhdpi/ic_launcher.png" density="xxhdpi" />
  24. <icon src="res/android/mipmap-xxxhdpi/ic_launcher.png" density="xxxhdpi" />
  25. <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
  26. <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
  27. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  28. <splash src="res/screen/android/splash-port-mdpi.png" density="port-mdpi"/>
  29. <splash src="res/screen/android/splash-port-hdpi.png" density="port-hdpi"/>
  30. <splash src="res/screen/android/splash-port-xhdpi.png" density="port-xhdpi"/>
  31. <splash src="res/screen/android/splash-port-xxhdpi.png" density="port-xxhdpi"/>
  32. <splash src="res/screen/android/splash-port-xxxhdpi.png" density="port-xxxhdpi"/>
  33. <!--设置启动画面时间-->
  34. <preference name="SplashScreenDelay" value="3000" />
  35. </platform>
  36. <preference name="Fullscreen" value="true" />
  37. <preference name="WebViewBounce" value="false" />
  38. <preference name="DisallowOverscroll" value="true" />
  39. <platform name="ios">
  40. <allow-intent href="itms:*" />
  41. <allow-intent href="itms-apps:*" />
  42. <!-- iOS 8.0+ -->
  43. <!-- iPhone 6 Plus -->
  44. <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
  45. <!-- iOS 7.0+ -->
  46. <!-- iPhone / iPod Touch -->
  47. <icon src="res/ios/icon-60.png" width="60" height="60" />
  48. <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
  49. <!-- iPad -->
  50. <icon src="res/ios/icon-76.png" width="76" height="76" />
  51. <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
  52. <!-- iOS 6.1 -->
  53. <!-- Spotlight Icon -->
  54. <icon src="res/ios/icon-40.png" width="40" height="40" />
  55. <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
  56. <!-- iPhone / iPod Touch -->
  57. <icon src="res/ios/icon.png" width="57" height="57" />
  58. <icon src="res/ios/icon@2x.png" width="114" height="114" />
  59. <!-- iPad -->
  60. <icon src="res/ios/icon-72.png" width="72" height="72" />
  61. <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
  62. <!-- iPhone Spotlight and Settings Icon -->
  63. <icon src="res/ios/icon-small.png" width="29" height="29" />
  64. <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
  65. <!-- iPad Spotlight and Settings Icon -->
  66. <icon src="res/ios/icon-50.png" width="50" height="50" />
  67. <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
  68. <!-- iOS Marketing -->
  69. <icon src="res/ios/ios-marketing-1024x1024" width="024" height="1024" />
  70. <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
  71. <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
  72. <!-- Storyboard (supports all devices): -->
  73. <!-- Note: images are determined by scale, idiom, and size traits. The following -->
  74. <!-- are suggested based on current device form factors -->
  75. <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
  76. <splash src="res/screen/ios/Default@2x~universal~comany.png" />
  77. <splash src="res/screen/ios/Default@3x~universal~comany.png" />
  78. <!--设置启动画面时间-->
  79. <preference name="SplashScreenDelay" value="1500" />
  80. <preference name="AllowInlineMediaPlayback" value="true" />
  81. </platform>
  82. <!--隐藏淡入淡出-->
  83. <preference name="FadeSplashScreen" value="false"/>
  84. <!--隐藏启动画面那个laoding图片-->
  85. <preference name="ShowSplashScreenSpinner" value="false"/>
  86. <!--拉伸-->
  87. <preference name="SplashMaintainAspectRatio" value="true" />
  88. <preference name="SplashScreenSpinnerColor" value="white" />
  89. </widget>