Skip to content

Commit 738b377

Browse files
committed
feature:switch default picBed to niupic
1 parent 9018358 commit 738b377

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

5252
// 判断是否存在数据

0 commit comments

Comments
 (0)