diff --git a/README.md b/README.md index 2b75813..b0839bd 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ _ _ _ ### 版本更新&&下载地址 Fir.im: http://fir.im/seeWeather +酷安市场:http://www.coolapk.com/apk/com.xiecc.seeWeather + 豌豆荚:http://www.wandoujia.com/apps/com.xiecc.seeWeather 魅族应用中心: http://developer.meizu.com/console/apps/detail/6530883 -酷安市场:http://www.coolapk.com/apk/com.xiecc.seeWeather - v2.0 - 重构代码,全新UI,升级体验 - 就看天气——是一款遵循**Material Design**风格的只看天气的APP。无流氓权限,无自启,xxx,用最少的权限做最优的体验。 diff --git a/app/src/main/java/com/xiecc/seeWeather/modules/domain/Setting.java b/app/src/main/java/com/xiecc/seeWeather/modules/domain/Setting.java index 438ff38..3278709 100644 --- a/app/src/main/java/com/xiecc/seeWeather/modules/domain/Setting.java +++ b/app/src/main/java/com/xiecc/seeWeather/modules/domain/Setting.java @@ -17,8 +17,8 @@ public class Setting { public static final String HOUR = "小时";//当前小时 public static final String HOUR_SELECT = "hour_select"; //设置更新频率的联动-需要改进 - public static final String API_TOKEN = "7db041d0c3013b63e4bed2a554f02d85";//fir.im api_token - public static final String KEY = "282f3846df6b41178e4a2218ae083ea7";// 和风天气 key + public static final String API_TOKEN = "***";//fir.im api_token + public static final String KEY = "***";// 和风天气 key public static int ONE_HOUR = 3600;