1{
2  "data": {
3    "show": true,
4    "display": false,
5    "card_name": "weather",
6    "temperature": "35°",
7    "city": "SH",
8    "date": "2020.09.04",
9    "weather_info": "cloud",
10    "image_src":"../../common/clouds.png"
11  },
12  "actions": {
13    "router": {
14      "action": "router",
15      "bundleName": "com.example.helloworld",
16      "bundleAbility": "com.example.helloworld.MainAbility"
17    }
18  }
19}
20