环境版本:
我已安装@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);
body {
background: #fff;
color: #000;
margin: 0;
}
.tiles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tile {
position: relative;
float: left;
width: 33.333%;
height: 100%;
overflow: hidden;
}
.photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: transform .5s ease-out;
}
.txt {
position: absolute;
z-index: 2;
right: 0;
bottom: 10%;
left: 0;
font-family: 'Roboto Slab', serif;
font-size: 9px;
line-height: 12px;
text-align: center;
cursor: default;
}
.x {
font-size: 32px;
line-height: 32px;
}
并在iOS和Android平台上安装了几个使用它的插件。我注意到我使用plugman
安装的插件未在plugman
中显示。
现在,在每个平台库中,都有一个路径,例如:
config.xml
包含platforms/android/cordova/plugins
文件,其中插件已安装fetch.json
,看起来像这样:
plugman
我的问题是:
{
"cordova-plugin-device": {
"source": {
"type": "registry",
"id": "cordova-plugin-device"
},
"is_top_level": true,
"variables": {}
}
}
安装的插件的版本管理?