初始化
Future<XUtils> init({bool? debug}) async { if (debug != null) { isDebug = debug; } await SpUtils.init(); return get; }