mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-21 06:52:17 +01:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "嵌入互联网上的任何内容。某些网站可能限制访问。",
|
|
"settings": {
|
|
"title": "iFrame设置",
|
|
"embedUrl": {
|
|
"label": "嵌入地址"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "允许全屏"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "允许透明"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "允许滚动"
|
|
},
|
|
"allowPayment": {
|
|
"label": "允许支付"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "允许自动播放"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "允许麦克风"
|
|
},
|
|
"allowCamera": {
|
|
"label": "允许摄像头"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "允许地理位置"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "无效链接",
|
|
"text": "确保您在组件配置中输入了一个有效的地址"
|
|
},
|
|
"browserSupport": "您的浏览器不支持 iframe。请更新您的浏览器。"
|
|
}
|
|
}
|
|
}
|