3 Star 0 Fork 1

ncyz111/Vue_Cordova

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.xml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.laesporadelhongo.cordovue" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cordovue</name>
<description>
A sample Apache Cordova application using VueJS.
</description>
<author email="[email protected]" href="http://www.laesporadelhongo.com">
Gabriel Cueto - @Mushr00m_Dev
</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:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="~6.1.2" />
</widget>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ncyz1111/Vue_Cordova.git
[email protected]:ncyz1111/Vue_Cordova.git
ncyz1111
Vue_Cordova
Vue_Cordova
master

搜索帮助