Skip to content

Commit 41f595d

Browse files
committed
feature:set default picBed to github
1 parent 6459b87 commit 41f595d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/shared_preferences.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ class SpUtil {
4343
putString(SharedPreferencesKeys.settingDefaultPB, type);
4444
}
4545

46-
/// 获取当前默认图床,默认为牛图网图床
46+
/// 获取当前默认图床,默认为github
4747
String getDefaultPB() {
4848
return getString(SharedPreferencesKeys.settingDefaultPB) ??
49-
PBTypeKeys.niupic;
49+
PBTypeKeys.github;
5050
}
5151

5252
// 判断是否存在数据

0 commit comments

Comments
 (0)