From 9e01ae2e5cbc097143bf38b0318e011fea15e29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Tue, 28 Dec 2021 19:54:55 +0800 Subject: [PATCH] fix error --- modules/ruling_weather/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ruling_weather/info.json b/modules/ruling_weather/info.json index b6083c4..e188ba2 100644 --- a/modules/ruling_weather/info.json +++ b/modules/ruling_weather/info.json @@ -4,7 +4,7 @@ "widgets" : [ { "filename" : "ruling_weather_widget1", - "force_cover": true, + "force_cover": "true", "name" : { "zh_tw" : "1. 天氣呈現樣式1", "en" : "1. Weather layout 1" @@ -17,7 +17,7 @@ "zh_tw" : "2. 天氣呈現樣式2", "en" : "2. Weather layout 2" }, - "force_cover": true, + "force_cover": "true", "thumbnail" : "weather2_thumbs.png" } ]