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

Commit a51a3f5

Browse files
author
Hugo Xie
committed
Update Setting.java
1 parent a8f5326 commit a51a3f5

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/com/xiecc/seeWeather/modules/domain

1 file changed

+2
-2
lines changed

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
@@ -16,8 +16,8 @@ public class Setting {
1616
public static final String CITY_NAME = "城市";//选择城市
1717
public static final String HOUR = "小时";//当前小时
1818

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

2222
public static int ONE_HOUR = 3600;
2323

0 commit comments

Comments
 (0)