fix error

This commit is contained in:
邱博亞 2021-12-28 19:54:55 +08:00
parent 0f178a3664
commit 9e01ae2e5c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"widgets" : [ "widgets" : [
{ {
"filename" : "ruling_weather_widget1", "filename" : "ruling_weather_widget1",
"force_cover": true, "force_cover": "true",
"name" : { "name" : {
"zh_tw" : "1. 天氣呈現樣式1", "zh_tw" : "1. 天氣呈現樣式1",
"en" : "1. Weather layout 1" "en" : "1. Weather layout 1"
@ -17,7 +17,7 @@
"zh_tw" : "2. 天氣呈現樣式2", "zh_tw" : "2. 天氣呈現樣式2",
"en" : "2. Weather layout 2" "en" : "2. Weather layout 2"
}, },
"force_cover": true, "force_cover": "true",
"thumbnail" : "weather2_thumbs.png" "thumbnail" : "weather2_thumbs.png"
} }
] ]