0 Star 4 Fork 3

herist / cordova-pos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.xml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.pos.Index" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>pos</name>
<description>
H5 pos
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Team
</author>
<content src="index.html" />
<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:*" />
<icon density="ldpi" src="res/icon/android/icon-36-ldpi.png" />
<icon density="mdpi" src="res/icon/android/icon-48-mdpi.png" />
<icon density="hdpi" src="res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="Fullscreen" value="True" />
<plugin name="phonegap-nfc" spec="^1.0.3" />
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<engine name="android" spec="^5.1.1" />
</widget>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/herist/cordova-pos.git
git@gitee.com:herist/cordova-pos.git
herist
cordova-pos
cordova-pos
master

搜索帮助