|
- "widgets": {
- "mycard": {
- "name": "mycard",
- "description": "my card",
- "component": "mycard",
- "path": "/mycard",
- "features": [
- {
- "name": "system.network"
- }
- ]
- },
- "mycard2": {
- "name": "mycard2",
- "description": "test card 2",
- "component": "mycard2",
- "path": "/mycard2",
- "features": [
- {
- "name": "system.network"
- }
- ]
- }
- }
复制代码 按照教程开发,添加了卡片,但是在小米6手机上一直无法调试卡片。
thanks in advance!
|
|