基础版本
diff --git a/platforms/browser/config.xml b/platforms/browser/config.xml
new file mode 100644
index 0000000..a7be4bc
--- /dev/null
+++ b/platforms/browser/config.xml
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget id="com.supwisdom.dlapp" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+ <name>dlapp</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="index.html" />
+ <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:*" />
+ <allow-navigation href="http://*/*" />
+ <allow-navigation href="https://*/*" />
+ <allow-navigation href="data:*" />
+ <access origin="http://ip*" />
+ <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
+ <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
+ </edit-config>
+ <preference name="AutoHideSplashScreen" value="true" />
+ <preference name="SplashScreenDelay" value="0" />
+ <preference name="ErrorUrl" value="error.html" />
+ <preference name="Orientation" value="portrait" />
+ <preference name="UseSwiftLanguageVersion" value="4.0" />
+ <preference name="DisallowOverscroll" value="true" />
+ <preference name="UIWebViewBounce" value="false" />
+ <preference name="BackupWebStorage" value="local" />
+</widget>