Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit dd0a7e4

Browse files
committed
Merge branch 'master' of github.com:xcc3641/SeeWeather
2 parents 7593618 + 9ef89ab commit dd0a7e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ _ _ _
5858
### 版本更新&&下载地址
5959
Fir.im: http://fir.im/seeWeather
6060

61+
酷安市场:http://www.coolapk.com/apk/com.xiecc.seeWeather
62+
6163
豌豆荚:http://www.wandoujia.com/apps/com.xiecc.seeWeather
6264

6365
魅族应用中心: http://developer.meizu.com/console/apps/detail/6530883
6466

65-
酷安市场:http://www.coolapk.com/apk/com.xiecc.seeWeather
66-
6767
v2.0
6868
- 重构代码,全新UI,升级体验
6969
- 就看天气——是一款遵循**Material Design**风格的只看天气的APP。无流氓权限,无自启,xxx,用最少的权限做最优的体验。

app/src/main/java/com/xiecc/seeWeather/modules/domain/Setting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class Setting {
1717
public static final String HOUR = "小时";//当前小时
1818
public static final String HOUR_SELECT = "hour_select"; //设置更新频率的联动-需要改进
1919

20-
public static final String API_TOKEN = "7db041d0c3013b63e4bed2a554f02d85";//fir.im api_token
21-
public static final String KEY = "282f3846df6b41178e4a2218ae083ea7";// 和风天气 key
20+
public static final String API_TOKEN = "***";//fir.im api_token
21+
public static final String KEY = "***";// 和风天气 key
2222

2323
public static int ONE_HOUR = 3600;
2424

0 commit comments

Comments
 (0)