获取是否打开安全文案提醒
static Future<bool> getEnableSafetyTips() async { return await PreferenceUtils.getBool(enableSafetyNotice, true); }