发布时间:2026-07-20阅读(1)

Ionic开发中,cordova自定义插件之配置文件plugin.xml详解
<?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"id="cordova-plugin-device"version="0.0.1">
<engines>
<enginename="cordova-android"version="=1.8.0"/>
</engines>
<name>Device</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<js-modulesrc="http://img.studyofnet.comwww/device.js"name="device">
<clobberstarget="device"/>
</js-module>
<platformname="ios">
<config-filetarget="config.xml"parent="/*">
<featurename="Device">
<paramname="ios-package"value="CDVDevice"/>
下一篇:如何注册qq号 怎样注册qq号
Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图